Html Css Color HEX #55271F Caput Mortuum

📋 copy color: '#55271F'

red 85 ◦ green 39 ◦ blue 31

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

Shades of Caput Mortuum #55271F

Tints of Caput Mortuum #55271F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 20%

R = 54.84%
G = 25.16%
B = 20%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#55271F (or 0x55271F) is known color: Caput Mortuum. HEX triplet: 55, 27 and 1F. RGB value is (85,39,31). Sum of RGB (Red+Green+Blue) = 85+39+31=155 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.84% from 155); Green value is 39 (15.62% from 255 or 25.16% from 155); Blue value is 31 (12.5% from 255 or 20% from 155); Max value from RGB is 85 - color contains mainly: red. Hex color #55271F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55271F is #AAD8E0. Grayscale: #333333. Windows color (decimal): -11196641 or 2041685. OLE color: 2041685.

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

Color convert

RGB 85 39 31 -
CMYK 0 0.54 0.64 0.67
HSL 8.89º 0.47% 0.23% -
HSV(B) 8.89º 0.64% 0.33% -
XYZ 4.72 3.48 1.72 -
YUV 51.84 116.24 151.65 -
System Red Green Blue C M Y K H S L
Decimal 85 39 31 0 0.54 0.64 0.67 8.89 0.47 0.23
Hex 55 27 1F 0 36 40 43 9 2F 17
Octal 125 47 37 0 66 100 103 11 57 27
Binary 1010101 100111 11111 0 110110 1000000 1000011 1001 101111 10111

Color Harmonies of #55271F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55271F

Black with #55271F

Text Example


Text Example

White with #55271F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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