Html Css Color HEX #57232A Burnt Crimson

📋 copy color: '#57232A'

red 87 ◦ green 35 ◦ blue 42

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

Shades of Burnt Crimson #57232A

Tints of Burnt Crimson #57232A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 21.34%

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

R = 53.05%
G = 21.34%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.52

 K value IS 0.66

RGB Variations

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

Color information

#57232A (or 0x57232A) is known color: Burnt Crimson. HEX triplet: 57, 23 and 2A. RGB value is (87,35,42). Sum of RGB (Red+Green+Blue) = 87+35+42=164 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.05% from 164); Green value is 35 (14.06% from 255 or 21.34% from 164); Blue value is 42 (16.80% from 255 or 25.61% from 164); Max value from RGB is 87 - color contains mainly: red. Hex color #57232A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57232A is #A8DCD5. Grayscale: #333333. Windows color (decimal): -11066582 or 2761559. OLE color: 2761559.

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

Color convert

RGB 87 35 42 -
CMYK 0 0.60 0.52 0.66
HSL 351.92º 0.43% 0.24% -
HSV(B) 351.92º 0.6% 0.34% -
XYZ 4.95 3.4 2.59 -
YUV 51.35 122.73 153.43 -
System Red Green Blue C M Y K H S L
Decimal 87 35 42 0 0.60 0.52 0.66 351.92 0.43 0.24
Hex 57 23 2A 0 3C 34 42 160 2B 18
Octal 127 43 52 0 74 64 102 540 53 30
Binary 1010111 100011 101010 0 111100 110100 1000010 101100000 101011 11000

Color Harmonies of #57232A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57232A

Black with #57232A

Text Example


Text Example

White with #57232A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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