#52191A

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

Shades of Burnt Crimson #52191A

Tints of Burnt Crimson #52191A

Color information

#52191A (or 0x52191A) is unknown color: approx Burnt Crimson. HEX triplet: 52, 19 and 1A. RGB value is (82,25,26). Sum of RGB (Red+Green+Blue) = 82+25+26=133 (17% of max value = 765). Red value is 82 (32.42% from 255 or 61.65% from 133); Green value is 25 (10.16% from 255 or 18.80% from 133); Blue value is 26 (10.55% from 255 or 19.55% from 133); Max value from RGB is 82 - color contains mainly: red. Hex color #52191A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52191A is #ADE6E5. Grayscale: #2A2A2A. Windows color (decimal): -11396838 or 1710418. OLE color: 1710418.

HSL color Cylindrical-coordinate representation of color #52191A: hue angle of 358.95º 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 #52191A is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.68.

Color convert

RGB822526-
CMYK00.700.680.68
HSL358.95º53.27%20.98%-
HSV(B)358.95º69.51%32.16%-
XYZ4.012.561.26-
YUV42.16118.88156.42-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 61.65%
GREEN value IS 25 (10.16% from 255) = 18.80%
BLUE value IS 26 (10.55% from 255) = 19.55%
R=61.65%
G=18.80%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.68
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82252600.700.680.68358.9553.2720.98
Hex52191A04644441673515
Octal122313201061041045476525
Binary10100101100111010010001101000100100010010110011111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52191A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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