#52242C

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

Shades of Black Rose #52242C

Tints of Black Rose #52242C

Color information

#52242C (or 0x52242C) is unknown color: approx Black Rose. HEX triplet: 52, 24 and 2C. RGB value is (82,36,44). Sum of RGB (Red+Green+Blue) = 82+36+44=162 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.62% from 162); Green value is 36 (14.45% from 255 or 22.22% from 162); Blue value is 44 (17.58% from 255 or 27.16% from 162); Max value from RGB is 82 - color contains mainly: red. Hex color #52242C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52242C is #ADDBD3. Grayscale: #323232. Windows color (decimal): -11394004 or 2892882. OLE color: 2892882.

HSL color Cylindrical-coordinate representation of color #52242C: hue angle of 349.57º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #52242C is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.68.

Color convert

RGB823644-
CMYK00.560.460.68
HSL349.57º38.98%23.14%-
HSV(B)349.57º56.1%32.16%-
XYZ4.573.242.77-
YUV50.67124.24150.35-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 50.62%
GREEN value IS 36 (14.45% from 255) = 22.22%
BLUE value IS 44 (17.58% from 255) = 27.16%
R=50.62%
G=22.22%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.46
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82364400.560.460.68349.5738.9823.14
Hex52242C0382E4415e2717
Octal1224454070561045364727
Binary10100101001001011000111000101110100010010101111010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52242C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,36,44); }

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

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

 a { background-color: rgb(82,36,44); }

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

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

 span { border-color: rgb(82,36,44); }

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