#522034

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

Shades of Black Rose #522034

Tints of Black Rose #522034

Color information

#522034 (or 0x522034) is unknown color: approx Black Rose. HEX triplet: 52, 20 and 34. RGB value is (82,32,52). Sum of RGB (Red+Green+Blue) = 82+32+52=166 (21% of max value = 765). Red value is 82 (32.42% from 255 or 49.40% from 166); Green value is 32 (12.89% from 255 or 19.28% from 166); Blue value is 52 (20.70% from 255 or 31.33% from 166); Max value from RGB is 82 - color contains mainly: red. Hex color #522034 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522034 is #ADDFCB. Grayscale: #313131. Windows color (decimal): -11395020 or 3416146. OLE color: 3416146.

HSL color Cylindrical-coordinate representation of color #522034: hue angle of 336º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #522034 is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.68.

Color convert

RGB823252-
CMYK00.610.370.68
HSL336º43.86%22.35%-
HSV(B)336º60.98%32.16%-
XYZ4.623.073.6-
YUV49.23129.56151.37-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 49.40%
GREEN value IS 32 (12.89% from 255) = 19.28%
BLUE value IS 52 (20.70% from 255) = 31.33%
R=49.40%
G=19.28%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.37
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82325200.610.370.6833643.8622.35
Hex52203403D25441502c16
Octal1224064075451045205426
Binary10100101000001101000111101100101100010010101000010110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522034; }

 p { color: rgb(82,32,52); }

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

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

 a { background-color: rgb(82,32,52); }

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

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

 span { border-color: rgb(82,32,52); }

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