Html Css Color HEX #57251E Caput Mortuum

📋 copy color: '#57251E'

red 87 ◦ green 37 ◦ blue 30

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

Shades of Caput Mortuum #57251E

Tints of Caput Mortuum #57251E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 19.48%

R = 56.49%
G = 24.03%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.66

 K value IS 0.66

RGB Variations

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

Color information

#57251E (or 0x57251E) is known color: Caput Mortuum. HEX triplet: 57, 25 and 1E. RGB value is (87,37,30). Sum of RGB (Red+Green+Blue) = 87+37+30=154 (20% of max value = 765). Red value is 87 (34.38% from 255 or 56.49% from 154); Green value is 37 (14.84% from 255 or 24.03% from 154); Blue value is 30 (12.11% from 255 or 19.48% from 154); Max value from RGB is 87 - color contains mainly: red. Hex color #57251E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57251E is #A8DAE1. Grayscale: #333333. Windows color (decimal): -11066082 or 1975639. OLE color: 1975639.

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

Color convert

RGB 87 37 30 -
CMYK 0 0.57 0.66 0.66
HSL 7.37º 0.49% 0.23% -
HSV(B) 7.37º 0.66% 0.34% -
XYZ 4.83 3.44 1.64 -
YUV 51.15 116.07 153.57 -
System Red Green Blue C M Y K H S L
Decimal 87 37 30 0 0.57 0.66 0.66 7.37 0.49 0.23
Hex 57 25 1E 0 39 42 42 7 31 17
Octal 127 45 36 0 71 102 102 7 61 27
Binary 1010111 100101 11110 0 111001 1000010 1000010 111 110001 10111

Color Harmonies of #57251E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57251E

Black with #57251E

Text Example


Text Example

White with #57251E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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