Html Css Color HEX #522032 Black Rose

📋 copy color: '#522032'

red 82 ◦ green 32 ◦ blue 50

#522032
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Rose #522032

Tints of Black Rose #522032

RGB

 RED value IS 82 (32.42% from 255) = 50%

 GREEN value IS 32 (12.89% from 255) = 19.51%

 BLUE value IS 50 (19.92% from 255) = 30.49%

R = 50%
G = 19.51%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.39

 K value IS 0.68

RGB Variations

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

Color information

#522032 (or 0x522032) is known color: Black Rose. HEX triplet: 52, 20 and 32. RGB value is (82,32,50). Sum of RGB (Red+Green+Blue) = 82+32+50=164 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50% from 164); Green value is 32 (12.89% from 255 or 19.51% from 164); Blue value is 50 (19.92% from 255 or 30.49% from 164); Max value from RGB is 82 - color contains mainly: red. Hex color #522032 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522032 is #ADDFCD. Grayscale: #303030. Windows color (decimal): -11395022 or 3285074. OLE color: 3285074.

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

Color convert

RGB 82 32 50 -
CMYK 0 0.61 0.39 0.68
HSL 338.4º 0.44% 0.22% -
HSV(B) 338.4º 0.61% 0.32% -
XYZ 4.57 3.06 3.37 -
YUV 49 128.57 151.54 -
System Red Green Blue C M Y K H S L
Decimal 82 32 50 0 0.61 0.39 0.68 338.4 0.44 0.22
Hex 52 20 32 0 3D 27 44 152 2C 16
Octal 122 40 62 0 75 47 104 522 54 26
Binary 1010010 100000 110010 0 111101 100111 1000100 101010010 101100 10110

Color Harmonies of #522032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522032

Black with #522032

Text Example


Text Example

White with #522032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522032; }

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

 H1.HeaderClassName
 {
   color: #522032;
 }
 .AnyTagClassName
 {
   color: #522032;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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