Html Css Color HEX #522535 Black Rose

📋 copy color: '#522535'

red 82 ◦ green 37 ◦ blue 53

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

Shades of Black Rose #522535

Tints of Black Rose #522535

RGB

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

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

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

R = 47.67%
G = 21.51%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.35

 K value IS 0.68

RGB Variations

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

Color information

#522535 (or 0x522535) is known color: Black Rose. HEX triplet: 52, 25 and 35. RGB value is (82,37,53). Sum of RGB (Red+Green+Blue) = 82+37+53=172 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.67% from 172); Green value is 37 (14.84% from 255 or 21.51% from 172); Blue value is 53 (21.09% from 255 or 30.81% from 172); Max value from RGB is 82 - color contains mainly: red. Hex color #522535 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522535 is #ADDACA. Grayscale: #343434. Windows color (decimal): -11393739 or 3482962. OLE color: 3482962.

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

Color convert

RGB 82 37 53 -
CMYK 0 0.55 0.35 0.68
HSL 338.67º 0.38% 0.23% -
HSV(B) 338.67º 0.55% 0.32% -
XYZ 4.78 3.37 3.77 -
YUV 52.28 128.41 149.2 -
System Red Green Blue C M Y K H S L
Decimal 82 37 53 0 0.55 0.35 0.68 338.67 0.38 0.23
Hex 52 25 35 0 37 23 44 153 26 17
Octal 122 45 65 0 67 43 104 523 46 27
Binary 1010010 100101 110101 0 110111 100011 1000100 101010011 100110 10111

Color Harmonies of #522535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522535

Black with #522535

Text Example


Text Example

White with #522535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522535; }

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

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

background-color css

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

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

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

border-color css

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

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

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