Html Css Color HEX #551905 Caput Mortuum

📋 copy color: '#551905'

red 85 ◦ green 25 ◦ blue 5

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

Shades of Caput Mortuum #551905

Tints of Caput Mortuum #551905

RGB

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

 GREEN value IS 25 (10.16% from 255) = 21.74%

 BLUE value IS 5 (2.34% from 255) = 4.35%

R = 73.91%
G = 21.74%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.94

 K value IS 0.67

RGB Variations

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

Color information

#551905 (or 0x551905) is known color: Caput Mortuum. HEX triplet: 55, 19 and 05. RGB value is (85,25,5). Sum of RGB (Red+Green+Blue) = 85+25+5=115 (15% of max value = 765). Red value is 85 (33.59% from 255 or 73.91% from 115); Green value is 25 (10.16% from 255 or 21.74% from 115); Blue value is 5 (2.34% from 255 or 4.35% from 115); Max value from RGB is 85 - color contains mainly: red. Hex color #551905 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551905 is #AAE6FA. Grayscale: #282828. Windows color (decimal): -11200251 or 334165. OLE color: 334165.

HSL color Cylindrical-coordinate representation of color #551905: hue angle of 15º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #551905 is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 25 5 -
CMYK 0 0.71 0.94 0.67
HSL 15º 0.89% 0.18% -
HSV(B) 15º 0.94% 0.33% -
XYZ 4.12 2.64 0.44 -
YUV 40.66 107.88 159.63 -
System Red Green Blue C M Y K H S L
Decimal 85 25 5 0 0.71 0.94 0.67 15 0.89 0.18
Hex 55 19 5 0 47 5E 43 F 59 12
Octal 125 31 5 0 107 136 103 17 131 22
Binary 1010101 11001 101 0 1000111 1011110 1000011 1111 1011001 10010

Color Harmonies of #551905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551905

Black with #551905

Text Example


Text Example

White with #551905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551905; }

 p { color: rgb(85,25,5); }

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

background-color css

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

 a { background-color: rgb(85,25,5); }

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

border-color css

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

 span { border-color: rgb(85,25,5); }

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