Html Css Color HEX #731E3C Claret

📋 copy color: '#731E3C'

red 115 ◦ green 30 ◦ blue 60

#731E3C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Claret #731E3C

Tints of Claret #731E3C

RGB

 RED value IS 115 (45.31% from 255) = 56.1%

 GREEN value IS 30 (12.11% from 255) = 14.63%

 BLUE value IS 60 (23.83% from 255) = 29.27%

R = 56.1%
G = 14.63%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.48

 K value IS 0.55

RGB Variations

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

Color information

#731E3C (or 0x731E3C) is known color: Claret. HEX triplet: 73, 1E and 3C. RGB value is (115,30,60). Sum of RGB (Red+Green+Blue) = 115+30+60=205 (27% of max value = 765). Red value is 115 (45.31% from 255 or 56.10% from 205); Green value is 30 (12.11% from 255 or 14.63% from 205); Blue value is 60 (23.83% from 255 or 29.27% from 205); Max value from RGB is 115 - color contains mainly: red. Hex color #731E3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731E3C is #8CE1C3. Grayscale: #3A3A3A. Windows color (decimal): -9232836 or 3939955. OLE color: 3939955.

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

Color convert

RGB 115 30 60 -
CMYK 0 0.74 0.48 0.55
HSL 338.82º 0.59% 0.28% -
HSV(B) 338.82º 0.74% 0.45% -
XYZ 8.35 4.9 4.78 -
YUV 58.84 128.66 168.06 -
System Red Green Blue C M Y K H S L
Decimal 115 30 60 0 0.74 0.48 0.55 338.82 0.59 0.28
Hex 73 1E 3C 0 4A 30 37 153 3B 1C
Octal 163 36 74 0 112 60 67 523 73 34
Binary 1110011 11110 111100 0 1001010 110000 110111 101010011 111011 11100

Color Harmonies of #731E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731E3C

Black with #731E3C

Text Example


Text Example

White with #731E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,30,60); }

 H1.HeaderClassName
 {
   color: #731E3C;
 }
 .AnyTagClassName
 {
   color: #731E3C;
 }
</style>

background-color css

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

 a { background-color: rgb(115,30,60); }

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

border-color css

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

 span { border-color: rgb(115,30,60); }

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