#52232C

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

Shades of Black Rose #52232C

Tints of Black Rose #52232C

Color information

#52232C (or 0x52232C) is unknown color: approx Black Rose. HEX triplet: 52, 23 and 2C. RGB value is (82,35,44). Sum of RGB (Red+Green+Blue) = 82+35+44=161 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.93% from 161); Green value is 35 (14.06% from 255 or 21.74% from 161); Blue value is 44 (17.58% from 255 or 27.33% from 161); Max value from RGB is 82 - color contains mainly: red. Hex color #52232C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52232C is #ADDCD3. Grayscale: #323232. Windows color (decimal): -11394260 or 2892626. OLE color: 2892626.

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

Color convert

RGB823544-
CMYK00.570.460.68
HSL348.51º40.17%22.94%-
HSV(B)348.51º57.32%32.16%-
XYZ4.543.182.76-
YUV50.08124.57150.77-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 50.93%
GREEN value IS 35 (14.06% from 255) = 21.74%
BLUE value IS 44 (17.58% from 255) = 27.33%
R=50.93%
G=21.74%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.46
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82354400.570.460.68348.5140.1722.94
Hex52232C0392E4415d2817
Octal1224354071561045355027
Binary10100101000111011000111001101110100010010101110110100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52232C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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