#522933

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

Shades of Black Rose #522933

Tints of Black Rose #522933

Color information

#522933 (or 0x522933) is unknown color: approx Black Rose. HEX triplet: 52, 29 and 33. RGB value is (82,41,51). Sum of RGB (Red+Green+Blue) = 82+41+51=174 (23% of max value = 765). Red value is 82 (32.42% from 255 or 47.13% from 174); Green value is 41 (16.41% from 255 or 23.56% from 174); Blue value is 51 (20.31% from 255 or 29.31% from 174); Max value from RGB is 82 - color contains mainly: red. Hex color #522933 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522933 is #ADD6CC. Grayscale: #363636. Windows color (decimal): -11392717 or 3352914. OLE color: 3352914.

HSL color Cylindrical-coordinate representation of color #522933: hue angle of 345.37º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #522933 is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.68.

Color convert

RGB824151-
CMYK00.500.380.68
HSL345.37º33.33%24.12%-
HSV(B)345.37º50%32.16%-
XYZ4.873.623.57-
YUV54.4126.08147.69-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 47.13%
GREEN value IS 41 (16.41% from 255) = 23.56%
BLUE value IS 51 (20.31% from 255) = 29.31%
R=47.13%
G=23.56%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.38
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82415100.500.380.68345.3733.3324.12
Hex52293303226441592118
Octal1225163062461045314130
Binary10100101010011100110110010100110100010010101100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522933; }

 p { color: rgb(82,41,51); }

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

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

 a { background-color: rgb(82,41,51); }

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

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

 span { border-color: rgb(82,41,51); }

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