#572122

Color #572122 Burnt Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Crimson #572122

Tints of Burnt Crimson #572122

Color information

#572122 (or 0x572122) is unknown color: approx Burnt Crimson. HEX triplet: 57, 21 and 22. RGB value is (87,33,34). Sum of RGB (Red+Green+Blue) = 87+33+34=154 (20% of max value = 765). Red value is 87 (34.38% from 255 or 56.49% from 154); Green value is 33 (13.28% from 255 or 21.43% from 154); Blue value is 34 (13.67% from 255 or 22.08% from 154); Max value from RGB is 87 - color contains mainly: red. Hex color #572122 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572122 is #A8DEDD. Grayscale: #313131. Windows color (decimal): -11067102 or 2236759. OLE color: 2236759.

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

Color convert

RGB873334-
CMYK00.620.610.66
HSL358.89º45%23.53%-
HSV(B)358.89º62.07%34.12%-
XYZ4.763.231.89-
YUV49.26119.39154.92-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 56.49%
GREEN value IS 33 (13.28% from 255) = 21.43%
BLUE value IS 34 (13.67% from 255) = 22.08%
R=56.49%
G=21.43%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.61
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87333400.620.610.66358.894523.53
Hex57212203E3D421672d18
Octal1274142076751025475530
Binary10101111000011000100111110111101100001010110011110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572122; }

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

 H1.HeaderClassName
 {
   color: #572122;
 }
 .AnyTagClassName
 {
   color: #572122;
 }
</style>
background-color css

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

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

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

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

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

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