#522938

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

Shades of Black Rose #522938

Tints of Black Rose #522938

Color information

#522938 (or 0x522938) is unknown color: approx Black Rose. HEX triplet: 52, 29 and 38. RGB value is (82,41,56). Sum of RGB (Red+Green+Blue) = 82+41+56=179 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.81% from 179); Green value is 41 (16.41% from 255 or 22.91% from 179); Blue value is 56 (22.27% from 255 or 31.28% from 179); Max value from RGB is 82 - color contains mainly: red. Hex color #522938 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522938 is #ADD6C7. Grayscale: #363636. Windows color (decimal): -11392712 or 3680594. OLE color: 3680594.

HSL color Cylindrical-coordinate representation of color #522938: hue angle of 338.05º 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 #522938 is Cyan = 0, Magento = 0.50, Yellow = 0.32 and Black (K on CMYK) = 0.68.

Color convert

RGB824156-
CMYK00.500.320.68
HSL338.05º33.33%24.12%-
HSV(B)338.05º50%32.16%-
XYZ4.993.674.19-
YUV54.97128.58147.28-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 45.81%
GREEN value IS 41 (16.41% from 255) = 22.91%
BLUE value IS 56 (22.27% from 255) = 31.28%
R=45.81%
G=22.91%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.32
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82415600.500.320.68338.0533.3324.12
Hex52293803220441522118
Octal1225170062401045224130
Binary10100101010011110000110010100000100010010101001010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522938; }

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

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

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

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

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

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

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

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