Html Css Color HEX #522332 Black Rose

📋 copy color: '#522332'

red 82 ◦ green 35 ◦ blue 50

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

Shades of Black Rose #522332

Tints of Black Rose #522332

RGB

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

 GREEN value IS 35 (14.06% from 255) = 20.96%

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

R = 49.1%
G = 20.96%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.39

 K value IS 0.68

RGB Variations

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

Color information

#522332 (or 0x522332) is known color: Black Rose. HEX triplet: 52, 23 and 32. RGB value is (82,35,50). Sum of RGB (Red+Green+Blue) = 82+35+50=167 (22% of max value = 765). Red value is 82 (32.42% from 255 or 49.10% from 167); Green value is 35 (14.06% from 255 or 20.96% from 167); Blue value is 50 (19.92% from 255 or 29.94% from 167); Max value from RGB is 82 - color contains mainly: red. Hex color #522332 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522332 is #ADDCCD. Grayscale: #323232. Windows color (decimal): -11394254 or 3285842. OLE color: 3285842.

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

Color convert

RGB 82 35 50 -
CMYK 0 0.57 0.39 0.68
HSL 340.85º 0.4% 0.23% -
HSV(B) 340.85º 0.57% 0.32% -
XYZ 4.66 3.23 3.39 -
YUV 50.76 127.57 150.28 -
System Red Green Blue C M Y K H S L
Decimal 82 35 50 0 0.57 0.39 0.68 340.85 0.4 0.23
Hex 52 23 32 0 39 27 44 155 28 17
Octal 122 43 62 0 71 47 104 525 50 27
Binary 1010010 100011 110010 0 111001 100111 1000100 101010101 101000 10111

Color Harmonies of #522332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522332

Black with #522332

Text Example


Text Example

White with #522332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522332; }

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

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

background-color css

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

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

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

border-color css

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

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

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