Html Css Color HEX #522360 Scarlet Gum

📋 copy color: '#522360'

red 82 ◦ green 35 ◦ blue 96

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

Shades of Scarlet Gum #522360

Tints of Scarlet Gum #522360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 45.07%

R = 38.5%
G = 16.43%
B = 45.07%

CMYK

 C value IS 0.15

 M value IS 0.64

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#522360 (or 0x522360) is known color: Scarlet Gum. HEX triplet: 52, 23 and 60. RGB value is (82,35,96). Sum of RGB (Red+Green+Blue) = 82+35+96=213 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.50% from 213); Green value is 35 (14.06% from 255 or 16.43% from 213); Blue value is 96 (37.89% from 255 or 45.07% from 213); Max value from RGB is 96 - color contains mainly: blue. Hex color #522360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522360 is #ADDC9F. Grayscale: #373737. Windows color (decimal): -11394208 or 6300498. OLE color: 6300498.

HSL color Cylindrical-coordinate representation of color #522360: hue angle of 286.23º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #522360 is Cyan = 0.15, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 82 35 96 -
CMYK 0.15 0.64 0 0.62
HSL 286.23º 0.47% 0.26% -
HSV(B) 286.23º 0.64% 0.38% -
XYZ 6.19 3.84 11.48 -
YUV 56.01 150.57 146.54 -
System Red Green Blue C M Y K H S L
Decimal 82 35 96 0.15 0.64 0 0.62 286.23 0.47 0.26
Hex 52 23 60 F 40 0 3E 11E 2F 1A
Octal 122 43 140 17 100 0 76 436 57 32
Binary 1010010 100011 1100000 1111 1000000 0 111110 100011110 101111 11010

Color Harmonies of #522360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522360

Black with #522360

Text Example


Text Example

White with #522360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522360; }

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

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

background-color css

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

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

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

border-color css

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

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

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