#521315

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

Shades of Burnt Crimson #521315

Tints of Burnt Crimson #521315

Color information

#521315 (or 0x521315) is unknown color: approx Burnt Crimson. HEX triplet: 52, 13 and 15. RGB value is (82,19,21). Sum of RGB (Red+Green+Blue) = 82+19+21=122 (16% of max value = 765). Red value is 82 (32.42% from 255 or 67.21% from 122); Green value is 19 (7.81% from 255 or 15.57% from 122); Blue value is 21 (8.59% from 255 or 17.21% from 122); Max value from RGB is 82 - color contains mainly: red. Hex color #521315 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521315 is #ADECEA. Grayscale: #262626. Windows color (decimal): -11398379 or 1381202. OLE color: 1381202.

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

Color convert

RGB821921-
CMYK00.770.740.68
HSL358.1º62.38%19.8%-
HSV(B)358.1º76.83%32.16%-
XYZ3.852.310.95-
YUV38.06118.37159.34-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 67.21%
GREEN value IS 19 (7.81% from 255) = 15.57%
BLUE value IS 21 (8.59% from 255) = 17.21%
R=67.21%
G=15.57%
B=17.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.74
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82192100.770.740.68358.162.3819.8
Hex52131504D4A441663e14
Octal122232501151121045467624
Binary10100101001110101010011011001010100010010110011011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521315; }

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

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

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

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

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

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

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

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