Html Css Color HEX #522336 Black Rose

📋 copy color: '#522336'

red 82 ◦ green 35 ◦ blue 54

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

Shades of Black Rose #522336

Tints of Black Rose #522336

RGB

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

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

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

R = 47.95%
G = 20.47%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.34

 K value IS 0.68

RGB Variations

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

Color information

#522336 (or 0x522336) is known color: Black Rose. HEX triplet: 52, 23 and 36. RGB value is (82,35,54). Sum of RGB (Red+Green+Blue) = 82+35+54=171 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.95% from 171); Green value is 35 (14.06% from 255 or 20.47% from 171); Blue value is 54 (21.48% from 255 or 31.58% from 171); Max value from RGB is 82 - color contains mainly: red. Hex color #522336 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522336 is #ADDCC9. Grayscale: #333333. Windows color (decimal): -11394250 or 3547986. OLE color: 3547986.

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

Color convert

RGB 82 35 54 -
CMYK 0 0.57 0.34 0.68
HSL 335.74º 0.4% 0.23% -
HSV(B) 335.74º 0.57% 0.32% -
XYZ 4.75 3.26 3.87 -
YUV 51.22 129.57 149.96 -
System Red Green Blue C M Y K H S L
Decimal 82 35 54 0 0.57 0.34 0.68 335.74 0.4 0.23
Hex 52 23 36 0 39 22 44 150 28 17
Octal 122 43 66 0 71 42 104 520 50 27
Binary 1010010 100011 110110 0 111001 100010 1000100 101010000 101000 10111

Color Harmonies of #522336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522336

Black with #522336

Text Example


Text Example

White with #522336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522336; }

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

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

background-color css

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

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

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

border-color css

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

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

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