Html Css Color HEX #522932 Black Rose

📋 copy color: '#522932'

red 82 ◦ green 41 ◦ blue 50

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

Shades of Black Rose #522932

Tints of Black Rose #522932

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.7%

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

R = 47.4%
G = 23.7%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.39

 K value IS 0.68

RGB Variations

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

Color information

#522932 (or 0x522932) is known color: Black Rose. HEX triplet: 52, 29 and 32. RGB value is (82,41,50). Sum of RGB (Red+Green+Blue) = 82+41+50=173 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.40% from 173); Green value is 41 (16.41% from 255 or 23.70% from 173); Blue value is 50 (19.92% from 255 or 28.90% from 173); Max value from RGB is 82 - color contains mainly: red. Hex color #522932 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522932 is #ADD6CD. Grayscale: #363636. Windows color (decimal): -11392718 or 3287378. OLE color: 3287378.

HSL color Cylindrical-coordinate representation of color #522932: hue angle of 346.83º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #522932 is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 41 50 -
CMYK 0 0.50 0.39 0.68
HSL 346.83º 0.33% 0.24% -
HSV(B) 346.83º 0.5% 0.32% -
XYZ 4.85 3.61 3.46 -
YUV 54.29 125.58 147.77 -
System Red Green Blue C M Y K H S L
Decimal 82 41 50 0 0.50 0.39 0.68 346.83 0.33 0.24
Hex 52 29 32 0 32 27 44 15B 21 18
Octal 122 51 62 0 62 47 104 533 41 30
Binary 1010010 101001 110010 0 110010 100111 1000100 101011011 100001 11000

Color Harmonies of #522932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522932

Black with #522932

Text Example


Text Example

White with #522932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522932; }

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

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

background-color css

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

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

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

border-color css

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

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

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