Html Css Color HEX #572022 Burnt Crimson

📋 copy color: '#572022'

red 87 ◦ green 32 ◦ blue 34

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

Shades of Burnt Crimson #572022

Tints of Burnt Crimson #572022

RGB

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

 GREEN value IS 32 (12.89% from 255) = 20.92%

 BLUE value IS 34 (13.67% from 255) = 22.22%

R = 56.86%
G = 20.92%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.61

 K value IS 0.66

RGB Variations

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

Color information

#572022 (or 0x572022) is known color: Burnt Crimson. HEX triplet: 57, 20 and 22. RGB value is (87,32,34). Sum of RGB (Red+Green+Blue) = 87+32+34=153 (20% of max value = 765). Red value is 87 (34.38% from 255 or 56.86% from 153); Green value is 32 (12.89% from 255 or 20.92% from 153); Blue value is 34 (13.67% from 255 or 22.22% from 153); Max value from RGB is 87 - color contains mainly: red. Hex color #572022 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572022 is #A8DFDD. Grayscale: #303030. Windows color (decimal): -11067358 or 2236503. OLE color: 2236503.

HSL color Cylindrical-coordinate representation of color #572022: hue angle of 357.82º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #572022 is Cyan = 0, Magento = 0.63, Yellow = 0.61 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 32 34 -
CMYK 0 0.63 0.61 0.66
HSL 357.82º 0.46% 0.23% -
HSV(B) 357.82º 0.63% 0.34% -
XYZ 4.74 3.17 1.88 -
YUV 48.67 119.72 155.34 -
System Red Green Blue C M Y K H S L
Decimal 87 32 34 0 0.63 0.61 0.66 357.82 0.46 0.23
Hex 57 20 22 0 3F 3D 42 166 2E 17
Octal 127 40 42 0 77 75 102 546 56 27
Binary 1010111 100000 100010 0 111111 111101 1000010 101100110 101110 10111

Color Harmonies of #572022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572022

Black with #572022

Text Example


Text Example

White with #572022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572022; }

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

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

background-color css

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

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

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

border-color css

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

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

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