Html Css Color HEX #551C0B Caput Mortuum

📋 copy color: '#551C0B'

red 85 ◦ green 28 ◦ blue 11

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

Shades of Caput Mortuum #551C0B

Tints of Caput Mortuum #551C0B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 22.58%

 BLUE value IS 11 (4.69% from 255) = 8.87%

R = 68.55%
G = 22.58%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.87

 K value IS 0.67

RGB Variations

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

Color information

#551C0B (or 0x551C0B) is known color: Caput Mortuum. HEX triplet: 55, 1C and 0B. RGB value is (85,28,11). Sum of RGB (Red+Green+Blue) = 85+28+11=124 (16% of max value = 765). Red value is 85 (33.59% from 255 or 68.55% from 124); Green value is 28 (11.33% from 255 or 22.58% from 124); Blue value is 11 (4.69% from 255 or 8.87% from 124); Max value from RGB is 85 - color contains mainly: red. Hex color #551C0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #551C0B is #AAE3F4. Grayscale: #2B2B2B. Windows color (decimal): -11199477 or 728149. OLE color: 728149.

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

Color convert

RGB 85 28 11 -
CMYK 0 0.67 0.87 0.67
HSL 13.78º 0.77% 0.19% -
HSV(B) 13.78º 0.87% 0.33% -
XYZ 4.22 2.79 0.63 -
YUV 43.11 109.88 157.88 -
System Red Green Blue C M Y K H S L
Decimal 85 28 11 0 0.67 0.87 0.67 13.78 0.77 0.19
Hex 55 1C B 0 43 57 43 E 4D 13
Octal 125 34 13 0 103 127 103 16 115 23
Binary 1010101 11100 1011 0 1000011 1010111 1000011 1110 1001101 10011

Color Harmonies of #551C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551C0B

Black with #551C0B

Text Example


Text Example

White with #551C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,28,11); }

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

background-color css

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

 a { background-color: rgb(85,28,11); }

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

border-color css

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

 span { border-color: rgb(85,28,11); }

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