Html Css Color HEX #522365 Scarlet Gum

📋 copy color: '#522365'

red 82 ◦ green 35 ◦ blue 101

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

Shades of Scarlet Gum #522365

Tints of Scarlet Gum #522365

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.06%

 BLUE value IS 101 (39.84% from 255) = 46.33%

R = 37.61%
G = 16.06%
B = 46.33%

CMYK

 C value IS 0.19

 M value IS 0.65

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#522365 (or 0x522365) is known color: Scarlet Gum. HEX triplet: 52, 23 and 65. RGB value is (82,35,101). Sum of RGB (Red+Green+Blue) = 82+35+101=218 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.61% from 218); Green value is 35 (14.06% from 255 or 16.06% from 218); Blue value is 101 (39.84% from 255 or 46.33% from 218); Max value from RGB is 101 - color contains mainly: blue. Hex color #522365 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522365 is #ADDC9A. Grayscale: #383838. Windows color (decimal): -11394203 or 6628178. OLE color: 6628178.

HSL color Cylindrical-coordinate representation of color #522365: hue angle of 282.73º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #522365 is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 82 35 101 -
CMYK 0.19 0.65 0 0.60
HSL 282.73º 0.49% 0.27% -
HSV(B) 282.73º 0.65% 0.4% -
XYZ 6.43 3.94 12.73 -
YUV 56.58 153.07 146.13 -
System Red Green Blue C M Y K H S L
Decimal 82 35 101 0.19 0.65 0 0.60 282.73 0.49 0.27
Hex 52 23 65 13 41 0 3C 11B 31 1B
Octal 122 43 145 23 101 0 74 433 61 33
Binary 1010010 100011 1100101 10011 1000001 0 111100 100011011 110001 11011

Color Harmonies of #522365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522365

Black with #522365

Text Example


Text Example

White with #522365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522365; }

 p { color: rgb(82,35,101); }

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

background-color css

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

 a { background-color: rgb(82,35,101); }

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

border-color css

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

 span { border-color: rgb(82,35,101); }

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