Html Css Color HEX #522331 Black Rose

📋 copy color: '#522331'

red 82 ◦ green 35 ◦ blue 49

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

Shades of Black Rose #522331

Tints of Black Rose #522331

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 29.52%

R = 49.4%
G = 21.08%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.40

 K value IS 0.68

RGB Variations

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

Color information

#522331 (or 0x522331) is known color: Black Rose. HEX triplet: 52, 23 and 31. RGB value is (82,35,49). Sum of RGB (Red+Green+Blue) = 82+35+49=166 (21% of max value = 765). Red value is 82 (32.42% from 255 or 49.40% from 166); Green value is 35 (14.06% from 255 or 21.08% from 166); Blue value is 49 (19.53% from 255 or 29.52% from 166); Max value from RGB is 82 - color contains mainly: red. Hex color #522331 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522331 is #ADDCCE. Grayscale: #323232. Windows color (decimal): -11394255 or 3220306. OLE color: 3220306.

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

Color convert

RGB 82 35 49 -
CMYK 0 0.57 0.40 0.68
HSL 342.13º 0.4% 0.23% -
HSV(B) 342.13º 0.57% 0.32% -
XYZ 4.64 3.22 3.28 -
YUV 50.65 127.07 150.36 -
System Red Green Blue C M Y K H S L
Decimal 82 35 49 0 0.57 0.40 0.68 342.13 0.4 0.23
Hex 52 23 31 0 39 28 44 156 28 17
Octal 122 43 61 0 71 50 104 526 50 27
Binary 1010010 100011 110001 0 111001 101000 1000100 101010110 101000 10111

Color Harmonies of #522331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522331

Black with #522331

Text Example


Text Example

White with #522331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522331; }

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

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

background-color css

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

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

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

border-color css

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

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

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