#531517

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

Shades of Burnt Crimson #531517

Tints of Burnt Crimson #531517

Color information

#531517 (or 0x531517) is unknown color: approx Burnt Crimson. HEX triplet: 53, 15 and 17. RGB value is (83,21,23). Sum of RGB (Red+Green+Blue) = 83+21+23=127 (16% of max value = 765). Red value is 83 (32.81% from 255 or 65.35% from 127); Green value is 21 (8.59% from 255 or 16.54% from 127); Blue value is 23 (9.38% from 255 or 18.11% from 127); Max value from RGB is 83 - color contains mainly: red. Hex color #531517 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531517 is #ACEAE8. Grayscale: #272727. Windows color (decimal): -11332329 or 1512787. OLE color: 1512787.

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

Color convert

RGB832123-
CMYK00.750.720.67
HSL358.06º59.62%20.39%-
HSV(B)358.06º74.7%32.55%-
XYZ3.992.441.07-
YUV39.77118.54158.84-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 65.35%
GREEN value IS 21 (8.59% from 255) = 16.54%
BLUE value IS 23 (9.38% from 255) = 18.11%
R=65.35%
G=16.54%
B=18.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.72
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83212300.750.720.67358.0659.6220.39
Hex53151704B48431663c14
Octal123252701131101035467424
Binary10100111010110111010010111001000100001110110011011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531517; }

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

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

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

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

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

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

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

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