Html Css Color HEX #55241F Caput Mortuum

📋 copy color: '#55241F'

red 85 ◦ green 36 ◦ blue 31

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

Shades of Caput Mortuum #55241F

Tints of Caput Mortuum #55241F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 23.68%

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

R = 55.92%
G = 23.68%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#55241F (or 0x55241F) is known color: Caput Mortuum. HEX triplet: 55, 24 and 1F. RGB value is (85,36,31). Sum of RGB (Red+Green+Blue) = 85+36+31=152 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.92% from 152); Green value is 36 (14.45% from 255 or 23.68% from 152); Blue value is 31 (12.5% from 255 or 20.39% from 152); Max value from RGB is 85 - color contains mainly: red. Hex color #55241F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55241F is #AADBE0. Grayscale: #323232. Windows color (decimal): -11197409 or 2040917. OLE color: 2040917.

HSL color Cylindrical-coordinate representation of color #55241F: hue angle of 5.56º 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 #55241F is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 36 31 -
CMYK 0 0.58 0.64 0.67
HSL 5.56º 0.47% 0.23% -
HSV(B) 5.56º 0.64% 0.33% -
XYZ 4.62 3.29 1.69 -
YUV 50.08 117.23 152.91 -
System Red Green Blue C M Y K H S L
Decimal 85 36 31 0 0.58 0.64 0.67 5.56 0.47 0.23
Hex 55 24 1F 0 3A 40 43 6 2F 17
Octal 125 44 37 0 72 100 103 6 57 27
Binary 1010101 100100 11111 0 111010 1000000 1000011 110 101111 10111

Color Harmonies of #55241F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55241F

Black with #55241F

Text Example


Text Example

White with #55241F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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