Html Css Color HEX #522937 Black Rose

📋 copy color: '#522937'

red 82 ◦ green 41 ◦ blue 55

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

Shades of Black Rose #522937

Tints of Black Rose #522937

RGB

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

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

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

R = 46.07%
G = 23.03%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.33

 K value IS 0.68

RGB Variations

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

Color information

#522937 (or 0x522937) is known color: Black Rose. HEX triplet: 52, 29 and 37. RGB value is (82,41,55). Sum of RGB (Red+Green+Blue) = 82+41+55=178 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.07% from 178); Green value is 41 (16.41% from 255 or 23.03% from 178); Blue value is 55 (21.88% from 255 or 30.90% from 178); Max value from RGB is 82 - color contains mainly: red. Hex color #522937 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522937 is #ADD6C8. Grayscale: #363636. Windows color (decimal): -11392713 or 3615058. OLE color: 3615058.

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

Color convert

RGB 82 41 55 -
CMYK 0 0.50 0.33 0.68
HSL 339.51º 0.33% 0.24% -
HSV(B) 339.51º 0.5% 0.32% -
XYZ 4.96 3.66 4.06 -
YUV 54.86 128.08 147.36 -
System Red Green Blue C M Y K H S L
Decimal 82 41 55 0 0.50 0.33 0.68 339.51 0.33 0.24
Hex 52 29 37 0 32 21 44 154 21 18
Octal 122 51 67 0 62 41 104 524 41 30
Binary 1010010 101001 110111 0 110010 100001 1000100 101010100 100001 11000

Color Harmonies of #522937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522937

Black with #522937

Text Example


Text Example

White with #522937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522937; }

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

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

background-color css

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

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

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

border-color css

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

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

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