#531F25

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

Shades of Burnt Crimson #531F25

Tints of Burnt Crimson #531F25

Color information

#531F25 (or 0x531F25) is unknown color: approx Burnt Crimson. HEX triplet: 53, 1F and 25. RGB value is (83,31,37). Sum of RGB (Red+Green+Blue) = 83+31+37=151 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.97% from 151); Green value is 31 (12.5% from 255 or 20.53% from 151); Blue value is 37 (14.84% from 255 or 24.50% from 151); Max value from RGB is 83 - color contains mainly: red. Hex color #531F25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531F25 is #ACE0DA. Grayscale: #2F2F2F. Windows color (decimal): -11329755 or 2432851. OLE color: 2432851.

HSL color Cylindrical-coordinate representation of color #531F25: hue angle of 353.08º 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 #531F25 is Cyan = 0, Magento = 0.63, Yellow = 0.55 and Black (K on CMYK) = 0.67.

Color convert

RGB833137-
CMYK00.630.550.67
HSL353.08º45.61%22.35%-
HSV(B)353.08º62.65%32.55%-
XYZ4.392.952.09-
YUV47.23122.23153.51-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 54.97%
GREEN value IS 31 (12.5% from 255) = 20.53%
BLUE value IS 37 (14.84% from 255) = 24.50%
R=54.97%
G=20.53%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83313700.630.550.67353.0845.6122.35
Hex531F2503F37431612e16
Octal1233745077671035415626
Binary1010011111111001010111111110111100001110110000110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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