Html Css Color HEX #55271C Caput Mortuum

📋 copy color: '#55271C'

red 85 ◦ green 39 ◦ blue 28

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

Shades of Caput Mortuum #55271C

Tints of Caput Mortuum #55271C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 25.66%

 BLUE value IS 28 (11.33% from 255) = 18.42%

R = 55.92%
G = 25.66%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.67

 K value IS 0.67

RGB Variations

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

Color information

#55271C (or 0x55271C) is known color: Caput Mortuum. HEX triplet: 55, 27 and 1C. RGB value is (85,39,28). Sum of RGB (Red+Green+Blue) = 85+39+28=152 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.92% from 152); Green value is 39 (15.62% from 255 or 25.66% from 152); Blue value is 28 (11.33% from 255 or 18.42% from 152); Max value from RGB is 85 - color contains mainly: red. Hex color #55271C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55271C is #AAD8E3. Grayscale: #333333. Windows color (decimal): -11196644 or 1845077. OLE color: 1845077.

HSL color Cylindrical-coordinate representation of color #55271C: hue angle of 11.58º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55271C is Cyan = 0, Magento = 0.54, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 39 28 -
CMYK 0 0.54 0.67 0.67
HSL 11.58º 0.5% 0.22% -
HSV(B) 11.58º 0.67% 0.33% -
XYZ 4.68 3.47 1.52 -
YUV 51.5 114.74 151.89 -
System Red Green Blue C M Y K H S L
Decimal 85 39 28 0 0.54 0.67 0.67 11.58 0.5 0.22
Hex 55 27 1C 0 36 43 43 C 32 16
Octal 125 47 34 0 66 103 103 14 62 26
Binary 1010101 100111 11100 0 110110 1000011 1000011 1100 110010 10110

Color Harmonies of #55271C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55271C

Black with #55271C

Text Example


Text Example

White with #55271C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55271C; }

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

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

background-color css

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

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

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

border-color css

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

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

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