Html Css Color HEX #522939 Black Rose

📋 copy color: '#522939'

red 82 ◦ green 41 ◦ blue 57

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

Shades of Black Rose #522939

Tints of Black Rose #522939

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 31.67%

R = 45.56%
G = 22.78%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.30

 K value IS 0.68

RGB Variations

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

Color information

#522939 (or 0x522939) is known color: Black Rose. HEX triplet: 52, 29 and 39. RGB value is (82,41,57). Sum of RGB (Red+Green+Blue) = 82+41+57=180 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.56% from 180); Green value is 41 (16.41% from 255 or 22.78% from 180); Blue value is 57 (22.66% from 255 or 31.67% from 180); Max value from RGB is 82 - color contains mainly: red. Hex color #522939 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522939 is #ADD6C6. Grayscale: #373737. Windows color (decimal): -11392711 or 3746130. OLE color: 3746130.

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

Color convert

RGB 82 41 57 -
CMYK 0 0.50 0.30 0.68
HSL 336.59º 0.33% 0.24% -
HSV(B) 336.59º 0.5% 0.32% -
XYZ 5.01 3.68 4.32 -
YUV 55.08 129.08 147.2 -
System Red Green Blue C M Y K H S L
Decimal 82 41 57 0 0.50 0.30 0.68 336.59 0.33 0.24
Hex 52 29 39 0 32 1E 44 151 21 18
Octal 122 51 71 0 62 36 104 521 41 30
Binary 1010010 101001 111001 0 110010 11110 1000100 101010001 100001 11000

Color Harmonies of #522939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522939

Black with #522939

Text Example


Text Example

White with #522939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522939; }

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

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

background-color css

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

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

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

border-color css

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

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

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