#522431

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

Shades of Black Rose #522431

Tints of Black Rose #522431

Color information

#522431 (or 0x522431) is unknown color: approx Black Rose. HEX triplet: 52, 24 and 31. RGB value is (82,36,49). Sum of RGB (Red+Green+Blue) = 82+36+49=167 (22% of max value = 765). Red value is 82 (32.42% from 255 or 49.10% from 167); Green value is 36 (14.45% from 255 or 21.56% from 167); Blue value is 49 (19.53% from 255 or 29.34% from 167); Max value from RGB is 82 - color contains mainly: red. Hex color #522431 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522431 is #ADDBCE. Grayscale: #333333. Windows color (decimal): -11393999 or 3220562. OLE color: 3220562.

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

Color convert

RGB823649-
CMYK00.560.400.68
HSL343.04º38.98%23.14%-
HSV(B)343.04º56.1%32.16%-
XYZ4.663.283.29-
YUV51.24126.74149.94-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 49.10%
GREEN value IS 36 (14.45% from 255) = 21.56%
BLUE value IS 49 (19.53% from 255) = 29.34%
R=49.10%
G=21.56%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.40
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82364900.560.400.68343.0438.9823.14
Hex52243103828441572717
Octal1224461070501045274727
Binary10100101001001100010111000101000100010010101011110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522431; }

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

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

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

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

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

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

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

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