Html Css Color HEX #522934 Black Rose

📋 copy color: '#522934'

red 82 ◦ green 41 ◦ blue 52

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

Shades of Black Rose #522934

Tints of Black Rose #522934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 29.71%

R = 46.86%
G = 23.43%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.37

 K value IS 0.68

RGB Variations

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

Color information

#522934 (or 0x522934) is known color: Black Rose. HEX triplet: 52, 29 and 34. RGB value is (82,41,52). Sum of RGB (Red+Green+Blue) = 82+41+52=175 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.86% from 175); Green value is 41 (16.41% from 255 or 23.43% from 175); Blue value is 52 (20.70% from 255 or 29.71% from 175); Max value from RGB is 82 - color contains mainly: red. Hex color #522934 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522934 is #ADD6CB. Grayscale: #363636. Windows color (decimal): -11392716 or 3418450. OLE color: 3418450.

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

Color convert

RGB 82 41 52 -
CMYK 0 0.50 0.37 0.68
HSL 343.9º 0.33% 0.24% -
HSV(B) 343.9º 0.5% 0.32% -
XYZ 4.89 3.63 3.69 -
YUV 54.51 126.58 147.61 -
System Red Green Blue C M Y K H S L
Decimal 82 41 52 0 0.50 0.37 0.68 343.9 0.33 0.24
Hex 52 29 34 0 32 25 44 158 21 18
Octal 122 51 64 0 62 45 104 530 41 30
Binary 1010010 101001 110100 0 110010 100101 1000100 101011000 100001 11000

Color Harmonies of #522934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522934

Black with #522934

Text Example


Text Example

White with #522934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522934; }

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

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

background-color css

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

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

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

border-color css

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

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

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