Html Css Color HEX #522366 Scarlet Gum

📋 copy color: '#522366'

red 82 ◦ green 35 ◦ blue 102

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

Shades of Scarlet Gum #522366

Tints of Scarlet Gum #522366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 46.58%

R = 37.44%
G = 15.98%
B = 46.58%

CMYK

 C value IS 0.20

 M value IS 0.66

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#522366 (or 0x522366) is known color: Scarlet Gum. HEX triplet: 52, 23 and 66. RGB value is (82,35,102). Sum of RGB (Red+Green+Blue) = 82+35+102=219 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.44% from 219); Green value is 35 (14.06% from 255 or 15.98% from 219); Blue value is 102 (40.23% from 255 or 46.58% from 219); Max value from RGB is 102 - color contains mainly: blue. Hex color #522366 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522366 is #ADDC99. Grayscale: #383838. Windows color (decimal): -11394202 or 6693714. OLE color: 6693714.

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

Color convert

RGB 82 35 102 -
CMYK 0.20 0.66 0 0.6
HSL 282.09º 0.49% 0.27% -
HSV(B) 282.09º 0.66% 0.4% -
XYZ 6.48 3.96 12.99 -
YUV 56.69 153.57 146.05 -
System Red Green Blue C M Y K H S L
Decimal 82 35 102 0.20 0.66 0 0.6 282.09 0.49 0.27
Hex 52 23 66 14 42 0 3C 11A 31 1B
Octal 122 43 146 24 102 0 74 432 61 33
Binary 1010010 100011 1100110 10100 1000010 0 111100 100011010 110001 11011

Color Harmonies of #522366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522366

Black with #522366

Text Example


Text Example

White with #522366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522366; }

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

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

background-color css

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

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

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

border-color css

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

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

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