Html Css Color HEX #572021 Burnt Crimson

📋 copy color: '#572021'

red 87 ◦ green 32 ◦ blue 33

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

Shades of Burnt Crimson #572021

Tints of Burnt Crimson #572021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 21.71%

R = 57.24%
G = 21.05%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.62

 K value IS 0.66

RGB Variations

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

Color information

#572021 (or 0x572021) is known color: Burnt Crimson. HEX triplet: 57, 20 and 21. RGB value is (87,32,33). Sum of RGB (Red+Green+Blue) = 87+32+33=152 (20% of max value = 765). Red value is 87 (34.38% from 255 or 57.24% from 152); Green value is 32 (12.89% from 255 or 21.05% from 152); Blue value is 33 (13.28% from 255 or 21.71% from 152); Max value from RGB is 87 - color contains mainly: red. Hex color #572021 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572021 is #A8DFDE. Grayscale: #303030. Windows color (decimal): -11067359 or 2170967. OLE color: 2170967.

HSL color Cylindrical-coordinate representation of color #572021: hue angle of 358.91º 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 #572021 is Cyan = 0, Magento = 0.63, Yellow = 0.62 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 32 33 -
CMYK 0 0.63 0.62 0.66
HSL 358.91º 0.46% 0.23% -
HSV(B) 358.91º 0.63% 0.34% -
XYZ 4.72 3.17 1.8 -
YUV 48.56 119.22 155.42 -
System Red Green Blue C M Y K H S L
Decimal 87 32 33 0 0.63 0.62 0.66 358.91 0.46 0.23
Hex 57 20 21 0 3F 3E 42 167 2E 17
Octal 127 40 41 0 77 76 102 547 56 27
Binary 1010111 100000 100001 0 111111 111110 1000010 101100111 101110 10111

Color Harmonies of #572021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572021

Black with #572021

Text Example


Text Example

White with #572021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572021; }

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

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

background-color css

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

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

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

border-color css

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

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

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