Html Css Color HEX #551D0D Caput Mortuum

📋 copy color: '#551D0D'

red 85 ◦ green 29 ◦ blue 13

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

Shades of Caput Mortuum #551D0D

Tints of Caput Mortuum #551D0D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 22.83%

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

R = 66.93%
G = 22.83%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.85

 K value IS 0.67

RGB Variations

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

Color information

#551D0D (or 0x551D0D) is known color: Caput Mortuum. HEX triplet: 55, 1D and 0D. RGB value is (85,29,13). Sum of RGB (Red+Green+Blue) = 85+29+13=127 (16% of max value = 765). Red value is 85 (33.59% from 255 or 66.93% from 127); Green value is 29 (11.72% from 255 or 22.83% from 127); Blue value is 13 (5.47% from 255 or 10.24% from 127); Max value from RGB is 85 - color contains mainly: red. Hex color #551D0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #551D0D is #AAE2F2. Grayscale: #2C2C2C. Windows color (decimal): -11199219 or 859477. OLE color: 859477.

HSL color Cylindrical-coordinate representation of color #551D0D: hue angle of 13.33º 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 #551D0D is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 29 13 -
CMYK 0 0.66 0.85 0.67
HSL 13.33º 0.73% 0.19% -
HSV(B) 13.33º 0.85% 0.33% -
XYZ 4.26 2.84 0.7 -
YUV 43.92 110.55 157.3 -
System Red Green Blue C M Y K H S L
Decimal 85 29 13 0 0.66 0.85 0.67 13.33 0.73 0.19
Hex 55 1D D 0 42 55 43 D 49 13
Octal 125 35 15 0 102 125 103 15 111 23
Binary 1010101 11101 1101 0 1000010 1010101 1000011 1101 1001001 10011

Color Harmonies of #551D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551D0D

Black with #551D0D

Text Example


Text Example

White with #551D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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