#521718

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

Shades of Burnt Crimson #521718

Tints of Burnt Crimson #521718

Color information

#521718 (or 0x521718) is unknown color: approx Burnt Crimson. HEX triplet: 52, 17 and 18. RGB value is (82,23,24). Sum of RGB (Red+Green+Blue) = 82+23+24=129 (17% of max value = 765). Red value is 82 (32.42% from 255 or 63.57% from 129); Green value is 23 (9.38% from 255 or 17.83% from 129); Blue value is 24 (9.77% from 255 or 18.60% from 129); Max value from RGB is 82 - color contains mainly: red. Hex color #521718 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521718 is #ADE8E7. Grayscale: #282828. Windows color (decimal): -11397352 or 1578834. OLE color: 1578834.

HSL color Cylindrical-coordinate representation of color #521718: hue angle of 358.98º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #521718 is Cyan = 0, Magento = 0.72, Yellow = 0.71 and Black (K on CMYK) = 0.68.

Color convert

RGB822324-
CMYK00.720.710.68
HSL358.98º56.19%20.59%-
HSV(B)358.98º71.95%32.16%-
XYZ3.952.471.13-
YUV40.75118.55157.42-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 63.57%
GREEN value IS 23 (9.38% from 255) = 17.83%
BLUE value IS 24 (9.77% from 255) = 18.60%
R=63.57%
G=17.83%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.71
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82232400.720.710.68358.9856.1920.59
Hex52171804847441673815
Octal122273001101071045477025
Binary10100101011111000010010001000111100010010110011111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521718; }

 p { color: rgb(82,23,24); }

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

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

 a { background-color: rgb(82,23,24); }

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

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

 span { border-color: rgb(82,23,24); }

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