Html Css Color HEX #522637 Black Rose

📋 copy color: '#522637'

red 82 ◦ green 38 ◦ blue 55

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

Shades of Black Rose #522637

Tints of Black Rose #522637

RGB

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

 GREEN value IS 38 (15.23% from 255) = 21.71%

 BLUE value IS 55 (21.88% from 255) = 31.43%

R = 46.86%
G = 21.71%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.33

 K value IS 0.68

RGB Variations

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

Color information

#522637 (or 0x522637) is known color: Black Rose. HEX triplet: 52, 26 and 37. RGB value is (82,38,55). Sum of RGB (Red+Green+Blue) = 82+38+55=175 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.86% from 175); Green value is 38 (15.23% from 255 or 21.71% from 175); Blue value is 55 (21.88% from 255 or 31.43% from 175); Max value from RGB is 82 - color contains mainly: red. Hex color #522637 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522637 is #ADD9C8. Grayscale: #353535. Windows color (decimal): -11393481 or 3614290. OLE color: 3614290.

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

Color convert

RGB 82 38 55 -
CMYK 0 0.54 0.33 0.68
HSL 336.82º 0.37% 0.24% -
HSV(B) 336.82º 0.54% 0.32% -
XYZ 4.86 3.46 4.03 -
YUV 53.09 129.08 148.62 -
System Red Green Blue C M Y K H S L
Decimal 82 38 55 0 0.54 0.33 0.68 336.82 0.37 0.24
Hex 52 26 37 0 36 21 44 151 25 18
Octal 122 46 67 0 66 41 104 521 45 30
Binary 1010010 100110 110111 0 110110 100001 1000100 101010001 100101 11000

Color Harmonies of #522637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522637

Black with #522637

Text Example


Text Example

White with #522637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522637; }

 p { color: rgb(82,38,55); }

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

background-color css

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

 a { background-color: rgb(82,38,55); }

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

border-color css

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

 span { border-color: rgb(82,38,55); }

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