#52202F

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

Shades of Black Rose #52202F

Tints of Black Rose #52202F

Color information

#52202F (or 0x52202F) is unknown color: approx Black Rose. HEX triplet: 52, 20 and 2F. RGB value is (82,32,47). Sum of RGB (Red+Green+Blue) = 82+32+47=161 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.93% from 161); Green value is 32 (12.89% from 255 or 19.88% from 161); Blue value is 47 (18.75% from 255 or 29.19% from 161); Max value from RGB is 82 - color contains mainly: red. Hex color #52202F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52202F is #ADDFD0. Grayscale: #303030. Windows color (decimal): -11395025 or 3088466. OLE color: 3088466.

HSL color Cylindrical-coordinate representation of color #52202F: hue angle of 342º 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 #52202F is Cyan = 0, Magento = 0.61, Yellow = 0.43 and Black (K on CMYK) = 0.68.

Color convert

RGB823247-
CMYK00.610.430.68
HSL342º43.86%22.35%-
HSV(B)342º60.98%32.16%-
XYZ4.513.033.04-
YUV48.66127.06151.78-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 50.93%
GREEN value IS 32 (12.89% from 255) = 19.88%
BLUE value IS 47 (18.75% from 255) = 29.19%
R=50.93%
G=19.88%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.43
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82324700.610.430.6834243.8622.35
Hex52202F03D2B441562c16
Octal1224057075531045265426
Binary10100101000001011110111101101011100010010101011010110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52202F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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