Html Css Color HEX #57242C Burnt Crimson

📋 copy color: '#57242C'

red 87 ◦ green 36 ◦ blue 44

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

Shades of Burnt Crimson #57242C

Tints of Burnt Crimson #57242C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 21.56%

 BLUE value IS 44 (17.58% from 255) = 26.35%

R = 52.1%
G = 21.56%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.49

 K value IS 0.66

RGB Variations

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

Color information

#57242C (or 0x57242C) is known color: Burnt Crimson. HEX triplet: 57, 24 and 2C. RGB value is (87,36,44). Sum of RGB (Red+Green+Blue) = 87+36+44=167 (22% of max value = 765). Red value is 87 (34.38% from 255 or 52.10% from 167); Green value is 36 (14.45% from 255 or 21.56% from 167); Blue value is 44 (17.58% from 255 or 26.35% from 167); Max value from RGB is 87 - color contains mainly: red. Hex color #57242C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57242C is #A8DBD3. Grayscale: #343434. Windows color (decimal): -11066324 or 2892887. OLE color: 2892887.

HSL color Cylindrical-coordinate representation of color #57242C: hue angle of 350.59º degrees, saturation: 0.41, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #57242C is Cyan = 0, Magento = 0.59, Yellow = 0.49 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 36 44 -
CMYK 0 0.59 0.49 0.66
HSL 350.59º 0.41% 0.24% -
HSV(B) 350.59º 0.59% 0.34% -
XYZ 5.02 3.47 2.79 -
YUV 52.16 123.4 152.85 -
System Red Green Blue C M Y K H S L
Decimal 87 36 44 0 0.59 0.49 0.66 350.59 0.41 0.24
Hex 57 24 2C 0 3B 31 42 15F 29 18
Octal 127 44 54 0 73 61 102 537 51 30
Binary 1010111 100100 101100 0 111011 110001 1000010 101011111 101001 11000

Color Harmonies of #57242C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57242C

Black with #57242C

Text Example


Text Example

White with #57242C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,36,44); }

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

background-color css

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

 a { background-color: rgb(87,36,44); }

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

border-color css

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

 span { border-color: rgb(87,36,44); }

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