Html Css Color HEX #57231F Caput Mortuum

📋 copy color: '#57231F'

red 87 ◦ green 35 ◦ blue 31

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

Shades of Caput Mortuum #57231F

Tints of Caput Mortuum #57231F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 22.88%

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

R = 56.86%
G = 22.88%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.64

 K value IS 0.66

RGB Variations

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

Color information

#57231F (or 0x57231F) is known color: Caput Mortuum. HEX triplet: 57, 23 and 1F. RGB value is (87,35,31). Sum of RGB (Red+Green+Blue) = 87+35+31=153 (20% of max value = 765). Red value is 87 (34.38% from 255 or 56.86% from 153); Green value is 35 (14.06% from 255 or 22.88% from 153); Blue value is 31 (12.5% from 255 or 20.26% from 153); Max value from RGB is 87 - color contains mainly: red. Hex color #57231F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57231F is #A8DCE0. Grayscale: #323232. Windows color (decimal): -11066593 or 2040663. OLE color: 2040663.

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

Color convert

RGB 87 35 31 -
CMYK 0 0.60 0.64 0.66
HSL 4.29º 0.47% 0.23% -
HSV(B) 4.29º 0.64% 0.34% -
XYZ 4.78 3.33 1.69 -
YUV 50.09 117.23 154.33 -
System Red Green Blue C M Y K H S L
Decimal 87 35 31 0 0.60 0.64 0.66 4.29 0.47 0.23
Hex 57 23 1F 0 3C 40 42 4 2F 17
Octal 127 43 37 0 74 100 102 4 57 27
Binary 1010111 100011 11111 0 111100 1000000 1000010 100 101111 10111

Color Harmonies of #57231F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57231F

Black with #57231F

Text Example


Text Example

White with #57231F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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