#52191C

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

Shades of Burnt Crimson #52191C

Tints of Burnt Crimson #52191C

Color information

#52191C (or 0x52191C) is unknown color: approx Burnt Crimson. HEX triplet: 52, 19 and 1C. RGB value is (82,25,28). Sum of RGB (Red+Green+Blue) = 82+25+28=135 (17% of max value = 765). Red value is 82 (32.42% from 255 or 60.74% from 135); Green value is 25 (10.16% from 255 or 18.52% from 135); Blue value is 28 (11.33% from 255 or 20.74% from 135); Max value from RGB is 82 - color contains mainly: red. Hex color #52191C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52191C is #ADE6E3. Grayscale: #2A2A2A. Windows color (decimal): -11396836 or 1841490. OLE color: 1841490.

HSL color Cylindrical-coordinate representation of color #52191C: hue angle of 356.84º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #52191C is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.68.

Color convert

RGB822528-
CMYK00.700.660.68
HSL356.84º53.27%20.98%-
HSV(B)356.84º69.51%32.16%-
XYZ4.042.571.38-
YUV42.38119.88156.26-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 60.74%
GREEN value IS 25 (10.16% from 255) = 18.52%
BLUE value IS 28 (11.33% from 255) = 20.74%
R=60.74%
G=18.52%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.66
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82252800.700.660.68356.8453.2720.98
Hex52191C04642441653515
Octal122313401061021045456525
Binary10100101100111100010001101000010100010010110010111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52191C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52191C; }

 p { color: rgb(82,25,28); }

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

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

 a { background-color: rgb(82,25,28); }

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

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

 span { border-color: rgb(82,25,28); }

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