Html Css Color HEX #57221C Caput Mortuum

📋 copy color: '#57221C'

red 87 ◦ green 34 ◦ blue 28

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

Shades of Caput Mortuum #57221C

Tints of Caput Mortuum #57221C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 22.82%

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

R = 58.39%
G = 22.82%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.68

 K value IS 0.66

RGB Variations

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

Color information

#57221C (or 0x57221C) is known color: Caput Mortuum. HEX triplet: 57, 22 and 1C. RGB value is (87,34,28). Sum of RGB (Red+Green+Blue) = 87+34+28=149 (19% of max value = 765). Red value is 87 (34.38% from 255 or 58.39% from 149); Green value is 34 (13.67% from 255 or 22.82% from 149); Blue value is 28 (11.33% from 255 or 18.79% from 149); Max value from RGB is 87 - color contains mainly: red. Hex color #57221C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57221C is #A8DDE3. Grayscale: #313131. Windows color (decimal): -11066852 or 1843799. OLE color: 1843799.

HSL color Cylindrical-coordinate representation of color #57221C: hue angle of 6.1º 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 #57221C is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 34 28 -
CMYK 0 0.61 0.68 0.66
HSL 6.1º 0.51% 0.23% -
HSV(B) 6.1º 0.68% 0.34% -
XYZ 4.71 3.25 1.48 -
YUV 49.16 116.06 154.99 -
System Red Green Blue C M Y K H S L
Decimal 87 34 28 0 0.61 0.68 0.66 6.1 0.51 0.23
Hex 57 22 1C 0 3D 44 42 6 33 17
Octal 127 42 34 0 75 104 102 6 63 27
Binary 1010111 100010 11100 0 111101 1000100 1000010 110 110011 10111

Color Harmonies of #57221C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57221C

Black with #57221C

Text Example


Text Example

White with #57221C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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