Html Css Color HEX #522635 Black Rose

📋 copy color: '#522635'

red 82 ◦ green 38 ◦ blue 53

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

Shades of Black Rose #522635

Tints of Black Rose #522635

RGB

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

 GREEN value IS 38 (15.23% from 255) = 21.97%

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

R = 47.4%
G = 21.97%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.35

 K value IS 0.68

RGB Variations

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

Color information

#522635 (or 0x522635) is known color: Black Rose. HEX triplet: 52, 26 and 35. RGB value is (82,38,53). Sum of RGB (Red+Green+Blue) = 82+38+53=173 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.40% from 173); Green value is 38 (15.23% from 255 or 21.97% from 173); Blue value is 53 (21.09% from 255 or 30.64% from 173); Max value from RGB is 82 - color contains mainly: red. Hex color #522635 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522635 is #ADD9CA. Grayscale: #343434. Windows color (decimal): -11393483 or 3483218. OLE color: 3483218.

HSL color Cylindrical-coordinate representation of color #522635: hue angle of 339.55º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #522635 is Cyan = 0, Magento = 0.54, Yellow = 0.35 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 38 53 -
CMYK 0 0.54 0.35 0.68
HSL 339.55º 0.37% 0.24% -
HSV(B) 339.55º 0.54% 0.32% -
XYZ 4.82 3.44 3.78 -
YUV 52.87 128.08 148.78 -
System Red Green Blue C M Y K H S L
Decimal 82 38 53 0 0.54 0.35 0.68 339.55 0.37 0.24
Hex 52 26 35 0 36 23 44 154 25 18
Octal 122 46 65 0 66 43 104 524 45 30
Binary 1010010 100110 110101 0 110110 100011 1000100 101010100 100101 11000

Color Harmonies of #522635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522635

Black with #522635

Text Example


Text Example

White with #522635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522635; }

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

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

background-color css

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

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

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

border-color css

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

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

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