#52242D

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

Shades of Black Rose #52242D

Tints of Black Rose #52242D

Color information

#52242D (or 0x52242D) is unknown color: approx Black Rose. HEX triplet: 52, 24 and 2D. RGB value is (82,36,45). Sum of RGB (Red+Green+Blue) = 82+36+45=163 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.31% from 163); Green value is 36 (14.45% from 255 or 22.09% from 163); Blue value is 45 (17.97% from 255 or 27.61% from 163); Max value from RGB is 82 - color contains mainly: red. Hex color #52242D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52242D is #ADDBD2. Grayscale: #323232. Windows color (decimal): -11394003 or 2958418. OLE color: 2958418.

HSL color Cylindrical-coordinate representation of color #52242D: hue angle of 348.26º 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 #52242D is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.68.

Color convert

RGB823645-
CMYK00.560.450.68
HSL348.26º38.98%23.14%-
HSV(B)348.26º56.1%32.16%-
XYZ4.583.252.87-
YUV50.78124.74150.27-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 50.31%
GREEN value IS 36 (14.45% from 255) = 22.09%
BLUE value IS 45 (17.97% from 255) = 27.61%
R=50.31%
G=22.09%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.45
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82364500.560.450.68348.2638.9823.14
Hex52242D0382D4415c2717
Octal1224455070551045344727
Binary10100101001001011010111000101101100010010101110010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52242D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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