Html Css Color HEX #522136 Black Rose

📋 copy color: '#522136'

red 82 ◦ green 33 ◦ blue 54

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

Shades of Black Rose #522136

Tints of Black Rose #522136

RGB

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

 GREEN value IS 33 (13.28% from 255) = 19.53%

 BLUE value IS 54 (21.48% from 255) = 31.95%

R = 48.52%
G = 19.53%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.34

 K value IS 0.68

RGB Variations

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

Color information

#522136 (or 0x522136) is known color: Black Rose. HEX triplet: 52, 21 and 36. RGB value is (82,33,54). Sum of RGB (Red+Green+Blue) = 82+33+54=169 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.52% from 169); Green value is 33 (13.28% from 255 or 19.53% from 169); Blue value is 54 (21.48% from 255 or 31.95% from 169); Max value from RGB is 82 - color contains mainly: red. Hex color #522136 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522136 is #ADDEC9. Grayscale: #323232. Windows color (decimal): -11394762 or 3547474. OLE color: 3547474.

HSL color Cylindrical-coordinate representation of color #522136: hue angle of 334.29º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #522136 is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 33 54 -
CMYK 0 0.60 0.34 0.68
HSL 334.29º 0.43% 0.23% -
HSV(B) 334.29º 0.6% 0.32% -
XYZ 4.69 3.15 3.85 -
YUV 50.05 130.23 150.79 -
System Red Green Blue C M Y K H S L
Decimal 82 33 54 0 0.60 0.34 0.68 334.29 0.43 0.23
Hex 52 21 36 0 3C 22 44 14E 2B 17
Octal 122 41 66 0 74 42 104 516 53 27
Binary 1010010 100001 110110 0 111100 100010 1000100 101001110 101011 10111

Color Harmonies of #522136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522136

Black with #522136

Text Example


Text Example

White with #522136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522136; }

 p { color: rgb(82,33,54); }

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

background-color css

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

 a { background-color: rgb(82,33,54); }

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

border-color css

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

 span { border-color: rgb(82,33,54); }

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