Html Css Color HEX #522537 Black Rose

📋 copy color: '#522537'

red 82 ◦ green 37 ◦ blue 55

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

Shades of Black Rose #522537

Tints of Black Rose #522537

RGB

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

 GREEN value IS 37 (14.84% from 255) = 21.26%

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

R = 47.13%
G = 21.26%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.33

 K value IS 0.68

RGB Variations

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

Color information

#522537 (or 0x522537) is known color: Black Rose. HEX triplet: 52, 25 and 37. RGB value is (82,37,55). Sum of RGB (Red+Green+Blue) = 82+37+55=174 (23% of max value = 765). Red value is 82 (32.42% from 255 or 47.13% from 174); Green value is 37 (14.84% from 255 or 21.26% from 174); Blue value is 55 (21.88% from 255 or 31.61% from 174); Max value from RGB is 82 - color contains mainly: red. Hex color #522537 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522537 is #ADDAC8. Grayscale: #343434. Windows color (decimal): -11393737 or 3614034. OLE color: 3614034.

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

Color convert

RGB 82 37 55 -
CMYK 0 0.55 0.33 0.68
HSL 336º 0.38% 0.23% -
HSV(B) 336º 0.55% 0.32% -
XYZ 4.83 3.39 4.01 -
YUV 52.51 129.41 149.04 -
System Red Green Blue C M Y K H S L
Decimal 82 37 55 0 0.55 0.33 0.68 336 0.38 0.23
Hex 52 25 37 0 37 21 44 150 26 17
Octal 122 45 67 0 67 41 104 520 46 27
Binary 1010010 100101 110111 0 110111 100001 1000100 101010000 100110 10111

Color Harmonies of #522537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522537

Black with #522537

Text Example


Text Example

White with #522537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522537; }

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

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

background-color css

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

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

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

border-color css

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

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

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