Html Css Color HEX #551E13 Caput Mortuum

📋 copy color: '#551E13'

red 85 ◦ green 30 ◦ blue 19

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

Shades of Caput Mortuum #551E13

Tints of Caput Mortuum #551E13

RGB

 RED value IS 85 (33.59% from 255) = 63.43%

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

 BLUE value IS 19 (7.81% from 255) = 14.18%

R = 63.43%
G = 22.39%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#551E13 (or 0x551E13) is known color: Caput Mortuum. HEX triplet: 55, 1E and 13. RGB value is (85,30,19). Sum of RGB (Red+Green+Blue) = 85+30+19=134 (17% of max value = 765). Red value is 85 (33.59% from 255 or 63.43% from 134); Green value is 30 (12.11% from 255 or 22.39% from 134); Blue value is 19 (7.81% from 255 or 14.18% from 134); Max value from RGB is 85 - color contains mainly: red. Hex color #551E13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #551E13 is #AAE1EC. Grayscale: #2D2D2D. Windows color (decimal): -11198957 or 1252949. OLE color: 1252949.

HSL color Cylindrical-coordinate representation of color #551E13: hue angle of 10º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #551E13 is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 30 19 -
CMYK 0 0.65 0.78 0.67
HSL 10º 0.63% 0.2% -
HSV(B) 10º 0.78% 0.33% -
XYZ 4.33 2.91 0.95 -
YUV 45.19 113.22 156.39 -
System Red Green Blue C M Y K H S L
Decimal 85 30 19 0 0.65 0.78 0.67 10 0.63 0.2
Hex 55 1E 13 0 41 4E 43 A 3F 14
Octal 125 36 23 0 101 116 103 12 77 24
Binary 1010101 11110 10011 0 1000001 1001110 1000011 1010 111111 10100

Color Harmonies of #551E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551E13

Black with #551E13

Text Example


Text Example

White with #551E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551E13; }

 p { color: rgb(85,30,19); }

 H1.HeaderClassName
 {
   color: #551E13;
 }
 .AnyTagClassName
 {
   color: #551E13;
 }
</style>

background-color css

<style>
 a { background-color: #551E13; }

 a { background-color: rgb(85,30,19); }

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

border-color css

<style>
 span { border-color: #551E13; }

 span { border-color: rgb(85,30,19); }

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