Html Css Color HEX #57251C Caput Mortuum

📋 copy color: '#57251C'

red 87 ◦ green 37 ◦ blue 28

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

Shades of Caput Mortuum #57251C

Tints of Caput Mortuum #57251C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 18.42%

R = 57.24%
G = 24.34%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.68

 K value IS 0.66

RGB Variations

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

Color information

#57251C (or 0x57251C) is known color: Caput Mortuum. HEX triplet: 57, 25 and 1C. RGB value is (87,37,28). Sum of RGB (Red+Green+Blue) = 87+37+28=152 (20% of max value = 765). Red value is 87 (34.38% from 255 or 57.24% from 152); Green value is 37 (14.84% from 255 or 24.34% from 152); Blue value is 28 (11.33% from 255 or 18.42% from 152); Max value from RGB is 87 - color contains mainly: red. Hex color #57251C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57251C is #A8DAE3. Grayscale: #333333. Windows color (decimal): -11066084 or 1844567. OLE color: 1844567.

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

Color convert

RGB 87 37 28 -
CMYK 0 0.57 0.68 0.66
HSL 9.15º 0.51% 0.23% -
HSV(B) 9.15º 0.68% 0.34% -
XYZ 4.8 3.43 1.51 -
YUV 50.92 115.07 153.73 -
System Red Green Blue C M Y K H S L
Decimal 87 37 28 0 0.57 0.68 0.66 9.15 0.51 0.23
Hex 57 25 1C 0 39 44 42 9 33 17
Octal 127 45 34 0 71 104 102 11 63 27
Binary 1010111 100101 11100 0 111001 1000100 1000010 1001 110011 10111

Color Harmonies of #57251C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57251C

Black with #57251C

Text Example


Text Example

White with #57251C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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