#731C35

Color #731C35 Claret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Claret #731C35

Tints of Claret #731C35

Color information

#731C35 (or 0x731C35) is unknown color: approx Claret. HEX triplet: 73, 1C and 35. RGB value is (115,28,53). Sum of RGB (Red+Green+Blue) = 115+28+53=196 (25% of max value = 765). Red value is 115 (45.31% from 255 or 58.67% from 196); Green value is 28 (11.33% from 255 or 14.29% from 196); Blue value is 53 (21.09% from 255 or 27.04% from 196); Max value from RGB is 115 - color contains mainly: red. Hex color #731C35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731C35 is #8CE3CA. Grayscale: #383838. Windows color (decimal): -9233355 or 3480691. OLE color: 3480691.

HSL color Cylindrical-coordinate representation of color #731C35: hue angle of 342.76º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #731C35 is Cyan = 0, Magento = 0.76, Yellow = 0.54 and Black (K on CMYK) = 0.55.

Color convert

RGB1152853-
CMYK00.760.540.55
HSL342.76º60.84%28.04%-
HSV(B)342.76º75.65%45.1%-
XYZ8.134.733.85-
YUV56.86125.82169.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 115 (45.31% from 255) = 58.67%
GREEN value IS 28 (11.33% from 255) = 14.29%
BLUE value IS 53 (21.09% from 255) = 27.04%
R=58.67%
G=14.29%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115285300.760.540.55342.7660.8428.04
Hex731C3504C36371573d1c
Octal1633465011466675277534
Binary1110011111001101010100110011011011011110101011111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731C35; }

 p { color: rgb(115,28,53); }

 H1.HeaderClassName
 {
   color: #731C35;
 }
 .AnyTagClassName
 {
   color: #731C35;
 }
</style>
background-color css

<style>
 a { background-color: #731C35; }

 a { background-color: rgb(115,28,53); }

 div.DivClassName
 {
   background-color: #731C35;
 }
 .BgClassName
 {
   background-color: #731C35;
 }
</style>
border-color css

<style>
 span { border-color: #731C35; }

 span { border-color: rgb(115,28,53); }

 td.TdClassName
 {
   border-color: #731C35;
 }
 .TagClassName
 {
   border-color: #731C35;
 }
</style>