Html Css Color HEX #57251F Caput Mortuum

📋 copy color: '#57251F'

red 87 ◦ green 37 ◦ blue 31

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

Shades of Caput Mortuum #57251F

Tints of Caput Mortuum #57251F

RGB

 RED value IS 87 (34.38% from 255) = 56.13%

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

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

R = 56.13%
G = 23.87%
B = 20%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.64

 K value IS 0.66

RGB Variations

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

Color information

#57251F (or 0x57251F) is known color: Caput Mortuum. HEX triplet: 57, 25 and 1F. RGB value is (87,37,31). Sum of RGB (Red+Green+Blue) = 87+37+31=155 (20% of max value = 765). Red value is 87 (34.38% from 255 or 56.13% from 155); Green value is 37 (14.84% from 255 or 23.87% from 155); Blue value is 31 (12.5% from 255 or 20% from 155); Max value from RGB is 87 - color contains mainly: red. Hex color #57251F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57251F is #A8DAE0. Grayscale: #333333. Windows color (decimal): -11066081 or 2041175. OLE color: 2041175.

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

Color convert

RGB 87 37 31 -
CMYK 0 0.57 0.64 0.66
HSL 6.43º 0.47% 0.23% -
HSV(B) 6.43º 0.64% 0.34% -
XYZ 4.84 3.45 1.71 -
YUV 51.27 116.57 153.49 -
System Red Green Blue C M Y K H S L
Decimal 87 37 31 0 0.57 0.64 0.66 6.43 0.47 0.23
Hex 57 25 1F 0 39 40 42 6 2F 17
Octal 127 45 37 0 71 100 102 6 57 27
Binary 1010111 100101 11111 0 111001 1000000 1000010 110 101111 10111

Color Harmonies of #57251F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57251F

Black with #57251F

Text Example


Text Example

White with #57251F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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