#521213

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

Shades of Burnt Crimson #521213

Tints of Burnt Crimson #521213

Color information

#521213 (or 0x521213) is unknown color: approx Burnt Crimson. HEX triplet: 52, 12 and 13. RGB value is (82,18,19). Sum of RGB (Red+Green+Blue) = 82+18+19=119 (15% of max value = 765). Red value is 82 (32.42% from 255 or 68.91% from 119); Green value is 18 (7.42% from 255 or 15.13% from 119); Blue value is 19 (7.81% from 255 or 15.97% from 119); Max value from RGB is 82 - color contains mainly: red. Hex color #521213 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521213 is #ADEDEC. Grayscale: #252525. Windows color (decimal): -11398637 or 1249874. OLE color: 1249874.

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

Color convert

RGB821819-
CMYK00.780.770.68
HSL359.06º64%19.61%-
HSV(B)359.06º78.05%32.16%-
XYZ3.812.270.85-
YUV37.25117.7159.92-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 68.91%
GREEN value IS 18 (7.42% from 255) = 15.13%
BLUE value IS 19 (7.81% from 255) = 15.97%
R=68.91%
G=15.13%
B=15.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.77
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82181900.780.770.68359.066419.61
Hex52121304E4D441674014
Octal1222223011611510454710024
Binary101001010010100110100111010011011000100101100111100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521213; }

 p { color: rgb(82,18,19); }

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

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

 a { background-color: rgb(82,18,19); }

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

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

 span { border-color: rgb(82,18,19); }

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