Html Css Color HEX #551B0D Caput Mortuum

📋 copy color: '#551B0D'

red 85 ◦ green 27 ◦ blue 13

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

Shades of Caput Mortuum #551B0D

Tints of Caput Mortuum #551B0D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 21.6%

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

R = 68%
G = 21.6%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.85

 K value IS 0.67

RGB Variations

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

Color information

#551B0D (or 0x551B0D) is known color: Caput Mortuum. HEX triplet: 55, 1B and 0D. RGB value is (85,27,13). Sum of RGB (Red+Green+Blue) = 85+27+13=125 (16% of max value = 765). Red value is 85 (33.59% from 255 or 68% from 125); Green value is 27 (10.94% from 255 or 21.6% from 125); Blue value is 13 (5.47% from 255 or 10.4% from 125); Max value from RGB is 85 - color contains mainly: red. Hex color #551B0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #551B0D is #AAE4F2. Grayscale: #2A2A2A. Windows color (decimal): -11199731 or 858965. OLE color: 858965.

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

Color convert

RGB 85 27 13 -
CMYK 0 0.68 0.85 0.67
HSL 11.67º 0.73% 0.19% -
HSV(B) 11.67º 0.85% 0.33% -
XYZ 4.21 2.74 0.69 -
YUV 42.75 111.22 158.14 -
System Red Green Blue C M Y K H S L
Decimal 85 27 13 0 0.68 0.85 0.67 11.67 0.73 0.19
Hex 55 1B D 0 44 55 43 C 49 13
Octal 125 33 15 0 104 125 103 14 111 23
Binary 1010101 11011 1101 0 1000100 1010101 1000011 1100 1001001 10011

Color Harmonies of #551B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551B0D

Black with #551B0D

Text Example


Text Example

White with #551B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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