Html Css Color HEX #552016 Caput Mortuum

📋 copy color: '#552016'

red 85 ◦ green 32 ◦ blue 22

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

Shades of Caput Mortuum #552016

Tints of Caput Mortuum #552016

RGB

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

 GREEN value IS 32 (12.89% from 255) = 23.02%

 BLUE value IS 22 (8.98% from 255) = 15.83%

R = 61.15%
G = 23.02%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.74

 K value IS 0.67

RGB Variations

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

Color information

#552016 (or 0x552016) is known color: Caput Mortuum. HEX triplet: 55, 20 and 16. RGB value is (85,32,22). Sum of RGB (Red+Green+Blue) = 85+32+22=139 (18% of max value = 765). Red value is 85 (33.59% from 255 or 61.15% from 139); Green value is 32 (12.89% from 255 or 23.02% from 139); Blue value is 22 (8.98% from 255 or 15.83% from 139); Max value from RGB is 85 - color contains mainly: red. Hex color #552016 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552016 is #AADFE9. Grayscale: #2E2E2E. Windows color (decimal): -11198442 or 1450069. OLE color: 1450069.

HSL color Cylindrical-coordinate representation of color #552016: hue angle of 9.52º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #552016 is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 32 22 -
CMYK 0 0.62 0.74 0.67
HSL 9.52º 0.59% 0.21% -
HSV(B) 9.52º 0.74% 0.33% -
XYZ 4.41 3.02 1.11 -
YUV 46.71 114.06 155.31 -
System Red Green Blue C M Y K H S L
Decimal 85 32 22 0 0.62 0.74 0.67 9.52 0.59 0.21
Hex 55 20 16 0 3E 4A 43 A 3B 15
Octal 125 40 26 0 76 112 103 12 73 25
Binary 1010101 100000 10110 0 111110 1001010 1000011 1010 111011 10101

Color Harmonies of #552016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552016

Black with #552016

Text Example


Text Example

White with #552016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552016; }

 p { color: rgb(85,32,22); }

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

background-color css

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

 a { background-color: rgb(85,32,22); }

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

border-color css

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

 span { border-color: rgb(85,32,22); }

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