Html Css Color HEX #522337 Black Rose

📋 copy color: '#522337'

red 82 ◦ green 35 ◦ blue 55

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

Shades of Black Rose #522337

Tints of Black Rose #522337

RGB

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

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

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

R = 47.67%
G = 20.35%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.33

 K value IS 0.68

RGB Variations

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

Color information

#522337 (or 0x522337) is known color: Black Rose. HEX triplet: 52, 23 and 37. RGB value is (82,35,55). Sum of RGB (Red+Green+Blue) = 82+35+55=172 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.67% from 172); Green value is 35 (14.06% from 255 or 20.35% from 172); Blue value is 55 (21.88% from 255 or 31.98% from 172); Max value from RGB is 82 - color contains mainly: red. Hex color #522337 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522337 is #ADDCC8. Grayscale: #333333. Windows color (decimal): -11394249 or 3613522. OLE color: 3613522.

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

Color convert

RGB 82 35 55 -
CMYK 0 0.57 0.33 0.68
HSL 334.47º 0.4% 0.23% -
HSV(B) 334.47º 0.57% 0.32% -
XYZ 4.77 3.27 3.99 -
YUV 51.33 130.07 149.87 -
System Red Green Blue C M Y K H S L
Decimal 82 35 55 0 0.57 0.33 0.68 334.47 0.4 0.23
Hex 52 23 37 0 39 21 44 14E 28 17
Octal 122 43 67 0 71 41 104 516 50 27
Binary 1010010 100011 110111 0 111001 100001 1000100 101001110 101000 10111

Color Harmonies of #522337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522337

Black with #522337

Text Example


Text Example

White with #522337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522337; }

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

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

background-color css

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

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

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

border-color css

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

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

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