Html Css Color HEX #522936 Black Rose

📋 copy color: '#522936'

red 82 ◦ green 41 ◦ blue 54

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

Shades of Black Rose #522936

Tints of Black Rose #522936

RGB

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

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

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

R = 46.33%
G = 23.16%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.34

 K value IS 0.68

RGB Variations

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

Color information

#522936 (or 0x522936) is known color: Black Rose. HEX triplet: 52, 29 and 36. RGB value is (82,41,54). Sum of RGB (Red+Green+Blue) = 82+41+54=177 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.33% from 177); Green value is 41 (16.41% from 255 or 23.16% from 177); Blue value is 54 (21.48% from 255 or 30.51% from 177); Max value from RGB is 82 - color contains mainly: red. Hex color #522936 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522936 is #ADD6C9. Grayscale: #363636. Windows color (decimal): -11392714 or 3549522. OLE color: 3549522.

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

Color convert

RGB 82 41 54 -
CMYK 0 0.50 0.34 0.68
HSL 340.98º 0.33% 0.24% -
HSV(B) 340.98º 0.5% 0.32% -
XYZ 4.94 3.65 3.93 -
YUV 54.74 127.58 147.44 -
System Red Green Blue C M Y K H S L
Decimal 82 41 54 0 0.50 0.34 0.68 340.98 0.33 0.24
Hex 52 29 36 0 32 22 44 155 21 18
Octal 122 51 66 0 62 42 104 525 41 30
Binary 1010010 101001 110110 0 110010 100010 1000100 101010101 100001 11000

Color Harmonies of #522936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522936

Black with #522936

Text Example


Text Example

White with #522936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522936; }

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

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

background-color css

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

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

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

border-color css

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

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

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