Html Css Color HEX #57222A Burnt Crimson

📋 copy color: '#57222A'

red 87 ◦ green 34 ◦ blue 42

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

Shades of Burnt Crimson #57222A

Tints of Burnt Crimson #57222A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 25.77%

R = 53.37%
G = 20.86%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.52

 K value IS 0.66

RGB Variations

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

Color information

#57222A (or 0x57222A) is known color: Burnt Crimson. HEX triplet: 57, 22 and 2A. RGB value is (87,34,42). Sum of RGB (Red+Green+Blue) = 87+34+42=163 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.37% from 163); Green value is 34 (13.67% from 255 or 20.86% from 163); Blue value is 42 (16.80% from 255 or 25.77% from 163); Max value from RGB is 87 - color contains mainly: red. Hex color #57222A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57222A is #A8DDD5. Grayscale: #323232. Windows color (decimal): -11066838 or 2761303. OLE color: 2761303.

HSL color Cylindrical-coordinate representation of color #57222A: hue angle of 350.94º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #57222A is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 34 42 -
CMYK 0 0.61 0.52 0.66
HSL 350.94º 0.44% 0.24% -
HSV(B) 350.94º 0.61% 0.34% -
XYZ 4.92 3.34 2.58 -
YUV 50.76 123.06 153.85 -
System Red Green Blue C M Y K H S L
Decimal 87 34 42 0 0.61 0.52 0.66 350.94 0.44 0.24
Hex 57 22 2A 0 3D 34 42 15F 2C 18
Octal 127 42 52 0 75 64 102 537 54 30
Binary 1010111 100010 101010 0 111101 110100 1000010 101011111 101100 11000

Color Harmonies of #57222A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57222A

Black with #57222A

Text Example


Text Example

White with #57222A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57222A; }

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

 H1.HeaderClassName
 {
   color: #57222A;
 }
 .AnyTagClassName
 {
   color: #57222A;
 }
</style>

background-color css

<style>
 a { background-color: #57222A; }

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

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

border-color css

<style>
 span { border-color: #57222A; }

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

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