#521619

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

Shades of Burnt Crimson #521619

Tints of Burnt Crimson #521619

Color information

#521619 (or 0x521619) is unknown color: approx Burnt Crimson. HEX triplet: 52, 16 and 19. RGB value is (82,22,25). Sum of RGB (Red+Green+Blue) = 82+22+25=129 (17% of max value = 765). Red value is 82 (32.42% from 255 or 63.57% from 129); Green value is 22 (8.98% from 255 or 17.05% from 129); Blue value is 25 (10.16% from 255 or 19.38% from 129); Max value from RGB is 82 - color contains mainly: red. Hex color #521619 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521619 is #ADE9E6. Grayscale: #282828. Windows color (decimal): -11397607 or 1644114. OLE color: 1644114.

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

Color convert

RGB822225-
CMYK00.730.700.68
HSL357º57.69%20.39%-
HSV(B)357º73.17%32.16%-
XYZ3.942.441.18-
YUV40.28119.38157.76-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 63.57%
GREEN value IS 22 (8.98% from 255) = 17.05%
BLUE value IS 25 (10.16% from 255) = 19.38%
R=63.57%
G=17.05%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.70
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82222500.730.700.6835757.6920.39
Hex52161904946441653a14
Octal122263101111061045457224
Binary10100101011011001010010011000110100010010110010111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521619; }

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

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

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

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

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

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

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

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