Html Css Color HEX #522935 Black Rose

📋 copy color: '#522935'

red 82 ◦ green 41 ◦ blue 53

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

Shades of Black Rose #522935

Tints of Black Rose #522935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 30.11%

R = 46.59%
G = 23.3%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.35

 K value IS 0.68

RGB Variations

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

Color information

#522935 (or 0x522935) is known color: Black Rose. HEX triplet: 52, 29 and 35. RGB value is (82,41,53). Sum of RGB (Red+Green+Blue) = 82+41+53=176 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.59% from 176); Green value is 41 (16.41% from 255 or 23.30% from 176); Blue value is 53 (21.09% from 255 or 30.11% from 176); Max value from RGB is 82 - color contains mainly: red. Hex color #522935 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522935 is #ADD6CA. Grayscale: #363636. Windows color (decimal): -11392715 or 3483986. OLE color: 3483986.

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

Color convert

RGB 82 41 53 -
CMYK 0 0.50 0.35 0.68
HSL 342.44º 0.33% 0.24% -
HSV(B) 342.44º 0.5% 0.32% -
XYZ 4.92 3.64 3.81 -
YUV 54.63 127.08 147.52 -
System Red Green Blue C M Y K H S L
Decimal 82 41 53 0 0.50 0.35 0.68 342.44 0.33 0.24
Hex 52 29 35 0 32 23 44 156 21 18
Octal 122 51 65 0 62 43 104 526 41 30
Binary 1010010 101001 110101 0 110010 100011 1000100 101010110 100001 11000

Color Harmonies of #522935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522935

Black with #522935

Text Example


Text Example

White with #522935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522935; }

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

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

background-color css

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

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

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

border-color css

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

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

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