Html Css Color HEX #55200E Caput Mortuum

📋 copy color: '#55200E'

red 85 ◦ green 32 ◦ blue 14

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

Shades of Caput Mortuum #55200E

Tints of Caput Mortuum #55200E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 10.69%

R = 64.89%
G = 24.43%
B = 10.69%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.84

 K value IS 0.67

RGB Variations

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

Color information

#55200E (or 0x55200E) is known color: Caput Mortuum. HEX triplet: 55, 20 and 0E. RGB value is (85,32,14). Sum of RGB (Red+Green+Blue) = 85+32+14=131 (17% of max value = 765). Red value is 85 (33.59% from 255 or 64.89% from 131); Green value is 32 (12.89% from 255 or 24.43% from 131); Blue value is 14 (5.86% from 255 or 10.69% from 131); Max value from RGB is 85 - color contains mainly: red. Hex color #55200E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55200E is #AADFF1. Grayscale: #2D2D2D. Windows color (decimal): -11198450 or 925781. OLE color: 925781.

HSL color Cylindrical-coordinate representation of color #55200E: hue angle of 15.21º degrees, saturation: 0.72, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #55200E is Cyan = 0, Magento = 0.62, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 32 14 -
CMYK 0 0.62 0.84 0.67
HSL 15.21º 0.72% 0.19% -
HSV(B) 15.21º 0.84% 0.33% -
XYZ 4.34 3 0.76 -
YUV 45.8 110.06 155.96 -
System Red Green Blue C M Y K H S L
Decimal 85 32 14 0 0.62 0.84 0.67 15.21 0.72 0.19
Hex 55 20 E 0 3E 54 43 F 48 13
Octal 125 40 16 0 76 124 103 17 110 23
Binary 1010101 100000 1110 0 111110 1010100 1000011 1111 1001000 10011

Color Harmonies of #55200E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55200E

Black with #55200E

Text Example


Text Example

White with #55200E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55200E; }

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

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

background-color css

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

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

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

border-color css

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

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

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