#531F22

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

Shades of Burnt Crimson #531F22

Tints of Burnt Crimson #531F22

Color information

#531F22 (or 0x531F22) is unknown color: approx Burnt Crimson. HEX triplet: 53, 1F and 22. RGB value is (83,31,34). Sum of RGB (Red+Green+Blue) = 83+31+34=148 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.08% from 148); Green value is 31 (12.5% from 255 or 20.95% from 148); Blue value is 34 (13.67% from 255 or 22.97% from 148); Max value from RGB is 83 - color contains mainly: red. Hex color #531F22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531F22 is #ACE0DD. Grayscale: #2E2E2E. Windows color (decimal): -11329758 or 2236243. OLE color: 2236243.

HSL color Cylindrical-coordinate representation of color #531F22: hue angle of 356.54º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #531F22 is Cyan = 0, Magento = 0.63, Yellow = 0.59 and Black (K on CMYK) = 0.67.

Color convert

RGB833134-
CMYK00.630.590.67
HSL356.54º45.61%22.35%-
HSV(B)356.54º62.65%32.55%-
XYZ4.352.931.85-
YUV46.89120.73153.76-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 56.08%
GREEN value IS 31 (12.5% from 255) = 20.95%
BLUE value IS 34 (13.67% from 255) = 22.97%
R=56.08%
G=20.95%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.59
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83313400.630.590.67356.5445.6122.35
Hex531F2203F3B431652e16
Octal1233742077731035455626
Binary1010011111111000100111111111011100001110110010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531F22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531F22; }

 p { color: rgb(83,31,34); }

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

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

 a { background-color: rgb(83,31,34); }

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

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

 span { border-color: rgb(83,31,34); }

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