Html Css Color HEX #551E0D Caput Mortuum

📋 copy color: '#551E0D'

red 85 ◦ green 30 ◦ blue 13

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

Shades of Caput Mortuum #551E0D

Tints of Caput Mortuum #551E0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 10.16%

R = 66.41%
G = 23.44%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.85

 K value IS 0.67

RGB Variations

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

Color information

#551E0D (or 0x551E0D) is known color: Caput Mortuum. HEX triplet: 55, 1E and 0D. RGB value is (85,30,13). Sum of RGB (Red+Green+Blue) = 85+30+13=128 (16% of max value = 765). Red value is 85 (33.59% from 255 or 66.41% from 128); Green value is 30 (12.11% from 255 or 23.44% from 128); Blue value is 13 (5.47% from 255 or 10.16% from 128); Max value from RGB is 85 - color contains mainly: red. Hex color #551E0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #551E0D is #AAE1F2. Grayscale: #2C2C2C. Windows color (decimal): -11198963 or 859733. OLE color: 859733.

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

Color convert

RGB 85 30 13 -
CMYK 0 0.65 0.85 0.67
HSL 14.17º 0.73% 0.19% -
HSV(B) 14.17º 0.85% 0.33% -
XYZ 4.28 2.89 0.71 -
YUV 44.51 110.22 156.88 -
System Red Green Blue C M Y K H S L
Decimal 85 30 13 0 0.65 0.85 0.67 14.17 0.73 0.19
Hex 55 1E D 0 41 55 43 E 49 13
Octal 125 36 15 0 101 125 103 16 111 23
Binary 1010101 11110 1101 0 1000001 1010101 1000011 1110 1001001 10011

Color Harmonies of #551E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551E0D

Black with #551E0D

Text Example


Text Example

White with #551E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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