Html Css Color HEX #551C0D Caput Mortuum

📋 copy color: '#551C0D'

red 85 ◦ green 28 ◦ blue 13

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

Shades of Caput Mortuum #551C0D

Tints of Caput Mortuum #551C0D

RGB

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

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

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

R = 67.46%
G = 22.22%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.85

 K value IS 0.67

RGB Variations

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

Color information

#551C0D (or 0x551C0D) is known color: Caput Mortuum. HEX triplet: 55, 1C and 0D. RGB value is (85,28,13). Sum of RGB (Red+Green+Blue) = 85+28+13=126 (16% of max value = 765). Red value is 85 (33.59% from 255 or 67.46% from 126); Green value is 28 (11.33% from 255 or 22.22% from 126); Blue value is 13 (5.47% from 255 or 10.32% from 126); Max value from RGB is 85 - color contains mainly: red. Hex color #551C0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #551C0D is #AAE3F2. Grayscale: #2B2B2B. Windows color (decimal): -11199475 or 859221. OLE color: 859221.

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

Color convert

RGB 85 28 13 -
CMYK 0 0.67 0.85 0.67
HSL 12.5º 0.73% 0.19% -
HSV(B) 12.5º 0.85% 0.33% -
XYZ 4.23 2.79 0.7 -
YUV 43.33 110.88 157.72 -
System Red Green Blue C M Y K H S L
Decimal 85 28 13 0 0.67 0.85 0.67 12.5 0.73 0.19
Hex 55 1C D 0 43 55 43 C 49 13
Octal 125 34 15 0 103 125 103 14 111 23
Binary 1010101 11100 1101 0 1000011 1010101 1000011 1100 1001001 10011

Color Harmonies of #551C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551C0D

Black with #551C0D

Text Example


Text Example

White with #551C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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