#52202D

Color #52202D Black Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Rose #52202D

Tints of Black Rose #52202D

Color information

#52202D (or 0x52202D) is unknown color: approx Black Rose. HEX triplet: 52, 20 and 2D. RGB value is (82,32,45). Sum of RGB (Red+Green+Blue) = 82+32+45=159 (21% of max value = 765). Red value is 82 (32.42% from 255 or 51.57% from 159); Green value is 32 (12.89% from 255 or 20.13% from 159); Blue value is 45 (17.97% from 255 or 28.30% from 159); Max value from RGB is 82 - color contains mainly: red. Hex color #52202D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52202D is #ADDFD2. Grayscale: #303030. Windows color (decimal): -11395027 or 2957394. OLE color: 2957394.

HSL color Cylindrical-coordinate representation of color #52202D: hue angle of 344.4º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #52202D is Cyan = 0, Magento = 0.61, Yellow = 0.45 and Black (K on CMYK) = 0.68.

Color convert

RGB823245-
CMYK00.610.450.68
HSL344.4º43.86%22.35%-
HSV(B)344.4º60.98%32.16%-
XYZ4.473.022.83-
YUV48.43126.06151.94-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 51.57%
GREEN value IS 32 (12.89% from 255) = 20.13%
BLUE value IS 45 (17.97% from 255) = 28.30%
R=51.57%
G=20.13%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.45
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82324500.610.450.68344.443.8622.35
Hex52202D03D2D441582c16
Octal1224055075551045305426
Binary10100101000001011010111101101101100010010101100010110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52202D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52202D; }

 p { color: rgb(82,32,45); }

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

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

 a { background-color: rgb(82,32,45); }

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

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

 span { border-color: rgb(82,32,45); }

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