Html Css Color HEX #55251F Caput Mortuum

📋 copy color: '#55251F'

red 85 ◦ green 37 ◦ blue 31

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

Shades of Caput Mortuum #55251F

Tints of Caput Mortuum #55251F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 24.18%

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

R = 55.56%
G = 24.18%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#55251F (or 0x55251F) is known color: Caput Mortuum. HEX triplet: 55, 25 and 1F. RGB value is (85,37,31). Sum of RGB (Red+Green+Blue) = 85+37+31=153 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.56% from 153); Green value is 37 (14.84% from 255 or 24.18% from 153); Blue value is 31 (12.5% from 255 or 20.26% from 153); Max value from RGB is 85 - color contains mainly: red. Hex color #55251F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55251F is #AADAE0. Grayscale: #323232. Windows color (decimal): -11197153 or 2041173. OLE color: 2041173.

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

Color convert

RGB 85 37 31 -
CMYK 0 0.56 0.64 0.67
HSL 6.67º 0.47% 0.23% -
HSV(B) 6.67º 0.64% 0.33% -
XYZ 4.66 3.35 1.7 -
YUV 50.67 116.9 152.49 -
System Red Green Blue C M Y K H S L
Decimal 85 37 31 0 0.56 0.64 0.67 6.67 0.47 0.23
Hex 55 25 1F 0 38 40 43 7 2F 17
Octal 125 45 37 0 70 100 103 7 57 27
Binary 1010101 100101 11111 0 111000 1000000 1000011 111 101111 10111

Color Harmonies of #55251F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55251F

Black with #55251F

Text Example


Text Example

White with #55251F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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