Html Css Color HEX #522536 Black Rose

📋 copy color: '#522536'

red 82 ◦ green 37 ◦ blue 54

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

Shades of Black Rose #522536

Tints of Black Rose #522536

RGB

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

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

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

R = 47.4%
G = 21.39%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.34

 K value IS 0.68

RGB Variations

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

Color information

#522536 (or 0x522536) is known color: Black Rose. HEX triplet: 52, 25 and 36. RGB value is (82,37,54). Sum of RGB (Red+Green+Blue) = 82+37+54=173 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.40% from 173); Green value is 37 (14.84% from 255 or 21.39% from 173); Blue value is 54 (21.48% from 255 or 31.21% from 173); Max value from RGB is 82 - color contains mainly: red. Hex color #522536 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522536 is #ADDAC9. Grayscale: #343434. Windows color (decimal): -11393738 or 3548498. OLE color: 3548498.

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

Color convert

RGB 82 37 54 -
CMYK 0 0.55 0.34 0.68
HSL 337.33º 0.38% 0.23% -
HSV(B) 337.33º 0.55% 0.32% -
XYZ 4.81 3.38 3.89 -
YUV 52.39 128.91 149.12 -
System Red Green Blue C M Y K H S L
Decimal 82 37 54 0 0.55 0.34 0.68 337.33 0.38 0.23
Hex 52 25 36 0 37 22 44 151 26 17
Octal 122 45 66 0 67 42 104 521 46 27
Binary 1010010 100101 110110 0 110111 100010 1000100 101010001 100110 10111

Color Harmonies of #522536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522536

Black with #522536

Text Example


Text Example

White with #522536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522536; }

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

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

background-color css

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

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

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

border-color css

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

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

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