Html Css Color HEX #55251D Caput Mortuum

📋 copy color: '#55251D'

red 85 ◦ green 37 ◦ blue 29

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

Shades of Caput Mortuum #55251D

Tints of Caput Mortuum #55251D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 19.21%

R = 56.29%
G = 24.5%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.66

 K value IS 0.67

RGB Variations

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

Color information

#55251D (or 0x55251D) is known color: Caput Mortuum. HEX triplet: 55, 25 and 1D. RGB value is (85,37,29). Sum of RGB (Red+Green+Blue) = 85+37+29=151 (20% of max value = 765). Red value is 85 (33.59% from 255 or 56.29% from 151); Green value is 37 (14.84% from 255 or 24.50% from 151); Blue value is 29 (11.72% from 255 or 19.21% from 151); Max value from RGB is 85 - color contains mainly: red. Hex color #55251D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55251D is #AADAE2. Grayscale: #323232. Windows color (decimal): -11197155 or 1910101. OLE color: 1910101.

HSL color Cylindrical-coordinate representation of color #55251D: hue angle of 8.57º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55251D is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 37 29 -
CMYK 0 0.56 0.66 0.67
HSL 8.57º 0.49% 0.22% -
HSV(B) 8.57º 0.66% 0.33% -
XYZ 4.63 3.34 1.56 -
YUV 50.44 115.9 152.65 -
System Red Green Blue C M Y K H S L
Decimal 85 37 29 0 0.56 0.66 0.67 8.57 0.49 0.22
Hex 55 25 1D 0 38 42 43 9 31 16
Octal 125 45 35 0 70 102 103 11 61 26
Binary 1010101 100101 11101 0 111000 1000010 1000011 1001 110001 10110

Color Harmonies of #55251D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55251D

Black with #55251D

Text Example


Text Example

White with #55251D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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