#521719

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

Shades of Burnt Crimson #521719

Tints of Burnt Crimson #521719

Color information

#521719 (or 0x521719) is unknown color: approx Burnt Crimson. HEX triplet: 52, 17 and 19. RGB value is (82,23,25). Sum of RGB (Red+Green+Blue) = 82+23+25=130 (17% of max value = 765). Red value is 82 (32.42% from 255 or 63.08% from 130); Green value is 23 (9.38% from 255 or 17.69% from 130); Blue value is 25 (10.16% from 255 or 19.23% from 130); Max value from RGB is 82 - color contains mainly: red. Hex color #521719 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521719 is #ADE8E6. Grayscale: #282828. Windows color (decimal): -11397351 or 1644370. OLE color: 1644370.

HSL color Cylindrical-coordinate representation of color #521719: hue angle of 357.97º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #521719 is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.68.

Color convert

RGB822325-
CMYK00.720.700.68
HSL357.97º56.19%20.59%-
HSV(B)357.97º71.95%32.16%-
XYZ3.962.481.19-
YUV40.87119.05157.34-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 63.08%
GREEN value IS 23 (9.38% from 255) = 17.69%
BLUE value IS 25 (10.16% from 255) = 19.23%
R=63.08%
G=17.69%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.70
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82232500.720.700.68357.9756.1920.59
Hex52171904846441663815
Octal122273101101061045467025
Binary10100101011111001010010001000110100010010110011011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521719; }

 p { color: rgb(82,23,25); }

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

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

 a { background-color: rgb(82,23,25); }

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

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

 span { border-color: rgb(82,23,25); }

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