#531315

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

Shades of Burnt Crimson #531315

Tints of Burnt Crimson #531315

Color information

#531315 (or 0x531315) is unknown color: approx Burnt Crimson. HEX triplet: 53, 13 and 15. RGB value is (83,19,21). Sum of RGB (Red+Green+Blue) = 83+19+21=123 (16% of max value = 765). Red value is 83 (32.81% from 255 or 67.48% from 123); Green value is 19 (7.81% from 255 or 15.45% from 123); Blue value is 21 (8.59% from 255 or 17.07% from 123); Max value from RGB is 83 - color contains mainly: red. Hex color #531315 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531315 is #ACECEA. Grayscale: #262626. Windows color (decimal): -11332843 or 1381203. OLE color: 1381203.

HSL color Cylindrical-coordinate representation of color #531315: hue angle of 358.12º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #531315 is Cyan = 0, Magento = 0.77, Yellow = 0.75 and Black (K on CMYK) = 0.67.

Color convert

RGB831921-
CMYK00.770.750.67
HSL358.12º62.75%20%-
HSV(B)358.12º77.11%32.55%-
XYZ3.942.360.96-
YUV38.36118.2159.84-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 67.48%
GREEN value IS 19 (7.81% from 255) = 15.45%
BLUE value IS 21 (8.59% from 255) = 17.07%
R=67.48%
G=15.45%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83192100.770.750.67358.1262.7520
Hex53131504D4B431663f14
Octal123232501151131035467724
Binary10100111001110101010011011001011100001110110011011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531315; }

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

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

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

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

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

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

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

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