#522233

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

Shades of Black Rose #522233

Tints of Black Rose #522233

Color information

#522233 (or 0x522233) is unknown color: approx Black Rose. HEX triplet: 52, 22 and 33. RGB value is (82,34,51). Sum of RGB (Red+Green+Blue) = 82+34+51=167 (22% of max value = 765). Red value is 82 (32.42% from 255 or 49.10% from 167); Green value is 34 (13.67% from 255 or 20.36% from 167); Blue value is 51 (20.31% from 255 or 30.54% from 167); Max value from RGB is 82 - color contains mainly: red. Hex color #522233 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522233 is #ADDDCC. Grayscale: #323232. Windows color (decimal): -11394509 or 3351122. OLE color: 3351122.

HSL color Cylindrical-coordinate representation of color #522233: hue angle of 338.75º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #522233 is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.68.

Color convert

RGB823451-
CMYK00.590.380.68
HSL338.75º41.38%22.75%-
HSV(B)338.75º58.54%32.16%-
XYZ4.653.183.5-
YUV50.29128.4150.62-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 49.10%
GREEN value IS 34 (13.67% from 255) = 20.36%
BLUE value IS 51 (20.31% from 255) = 30.54%
R=49.10%
G=20.36%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.38
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82345100.590.380.68338.7541.3822.75
Hex52223303B26441532917
Octal1224263073461045235127
Binary10100101000101100110111011100110100010010101001110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522233; }

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

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

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

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

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

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

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

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