#522438

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

Shades of Black Rose #522438

Tints of Black Rose #522438

Color information

#522438 (or 0x522438) is unknown color: approx Black Rose. HEX triplet: 52, 24 and 38. RGB value is (82,36,56). Sum of RGB (Red+Green+Blue) = 82+36+56=174 (23% of max value = 765). Red value is 82 (32.42% from 255 or 47.13% from 174); Green value is 36 (14.45% from 255 or 20.69% from 174); Blue value is 56 (22.27% from 255 or 32.18% from 174); Max value from RGB is 82 - color contains mainly: red. Hex color #522438 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522438 is #ADDBC7. Grayscale: #343434. Windows color (decimal): -11393992 or 3679314. OLE color: 3679314.

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

Color convert

RGB823656-
CMYK00.560.320.68
HSL333.91º38.98%23.14%-
HSV(B)333.91º56.1%32.16%-
XYZ4.823.344.13-
YUV52.03130.24149.37-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 47.13%
GREEN value IS 36 (14.45% from 255) = 20.69%
BLUE value IS 56 (22.27% from 255) = 32.18%
R=47.13%
G=20.69%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.32
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82365600.560.320.68333.9138.9823.14
Hex522438038204414e2717
Octal1224470070401045164727
Binary10100101001001110000111000100000100010010100111010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522438; }

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

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

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

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

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

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

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

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