#531619

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

Shades of Burnt Crimson #531619

Tints of Burnt Crimson #531619

Color information

#531619 (or 0x531619) is unknown color: approx Burnt Crimson. HEX triplet: 53, 16 and 19. RGB value is (83,22,25). Sum of RGB (Red+Green+Blue) = 83+22+25=130 (17% of max value = 765). Red value is 83 (32.81% from 255 or 63.85% from 130); Green value is 22 (8.98% from 255 or 16.92% from 130); Blue value is 25 (10.16% from 255 or 19.23% from 130); Max value from RGB is 83 - color contains mainly: red. Hex color #531619 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531619 is #ACE9E6. Grayscale: #282828. Windows color (decimal): -11332071 or 1644115. OLE color: 1644115.

HSL color Cylindrical-coordinate representation of color #531619: hue angle of 357.05º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #531619 is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.67.

Color convert

RGB832225-
CMYK00.730.700.67
HSL357.05º58.1%20.59%-
HSV(B)357.05º73.49%32.55%-
XYZ4.032.481.19-
YUV40.58119.21158.26-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 63.85%
GREEN value IS 22 (8.98% from 255) = 16.92%
BLUE value IS 25 (10.16% from 255) = 19.23%
R=63.85%
G=16.92%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.70
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83222500.730.700.67357.0558.120.59
Hex53161904946431653a15
Octal123263101111061035457225
Binary10100111011011001010010011000110100001110110010111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531619; }

 p { color: rgb(83,22,25); }

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

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

 a { background-color: rgb(83,22,25); }

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

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

 span { border-color: rgb(83,22,25); }

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