Html Css Color HEX #551C11 Caput Mortuum

📋 copy color: '#551C11'

red 85 ◦ green 28 ◦ blue 17

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

Shades of Caput Mortuum #551C11

Tints of Caput Mortuum #551C11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 13.08%

R = 65.38%
G = 21.54%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#551C11 (or 0x551C11) is known color: Caput Mortuum. HEX triplet: 55, 1C and 11. RGB value is (85,28,17). Sum of RGB (Red+Green+Blue) = 85+28+17=130 (17% of max value = 765). Red value is 85 (33.59% from 255 or 65.38% from 130); Green value is 28 (11.33% from 255 or 21.54% from 130); Blue value is 17 (7.03% from 255 or 13.08% from 130); Max value from RGB is 85 - color contains mainly: red. Hex color #551C11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #551C11 is #AAE3EE. Grayscale: #2B2B2B. Windows color (decimal): -11199471 or 1121365. OLE color: 1121365.

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

Color convert

RGB 85 28 17 -
CMYK 0 0.67 0.80 0.67
HSL 9.71º 0.67% 0.2% -
HSV(B) 9.71º 0.8% 0.33% -
XYZ 4.26 2.8 0.85 -
YUV 43.79 112.88 157.39 -
System Red Green Blue C M Y K H S L
Decimal 85 28 17 0 0.67 0.80 0.67 9.71 0.67 0.2
Hex 55 1C 11 0 43 50 43 A 43 14
Octal 125 34 21 0 103 120 103 12 103 24
Binary 1010101 11100 10001 0 1000011 1010000 1000011 1010 1000011 10100

Color Harmonies of #551C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551C11

Black with #551C11

Text Example


Text Example

White with #551C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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