Html Css Color HEX #522533 Black Rose

📋 copy color: '#522533'

red 82 ◦ green 37 ◦ blue 51

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

Shades of Black Rose #522533

Tints of Black Rose #522533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 30%

R = 48.24%
G = 21.76%
B = 30%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.38

 K value IS 0.68

RGB Variations

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

Color information

#522533 (or 0x522533) is known color: Black Rose. HEX triplet: 52, 25 and 33. RGB value is (82,37,51). Sum of RGB (Red+Green+Blue) = 82+37+51=170 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.24% from 170); Green value is 37 (14.84% from 255 or 21.76% from 170); Blue value is 51 (20.31% from 255 or 30% from 170); Max value from RGB is 82 - color contains mainly: red. Hex color #522533 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522533 is #ADDACC. Grayscale: #343434. Windows color (decimal): -11393741 or 3351890. OLE color: 3351890.

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

Color convert

RGB 82 37 51 -
CMYK 0 0.55 0.38 0.68
HSL 341.33º 0.38% 0.23% -
HSV(B) 341.33º 0.55% 0.32% -
XYZ 4.74 3.36 3.53 -
YUV 52.05 127.41 149.36 -
System Red Green Blue C M Y K H S L
Decimal 82 37 51 0 0.55 0.38 0.68 341.33 0.38 0.23
Hex 52 25 33 0 37 26 44 155 26 17
Octal 122 45 63 0 67 46 104 525 46 27
Binary 1010010 100101 110011 0 110111 100110 1000100 101010101 100110 10111

Color Harmonies of #522533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522533

Black with #522533

Text Example


Text Example

White with #522533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522533; }

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

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

background-color css

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

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

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

border-color css

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

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

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