Html Css Color HEX #521369 Scarlet Gum

📋 copy color: '#521369'

red 82 ◦ green 19 ◦ blue 105

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

Shades of Scarlet Gum #521369

Tints of Scarlet Gum #521369

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.22%

 BLUE value IS 105 (41.41% from 255) = 50.97%

R = 39.81%
G = 9.22%
B = 50.97%

CMYK

 C value IS 0.22

 M value IS 0.82

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#521369 (or 0x521369) is known color: Scarlet Gum. HEX triplet: 52, 13 and 69. RGB value is (82,19,105). Sum of RGB (Red+Green+Blue) = 82+19+105=206 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.81% from 206); Green value is 19 (7.81% from 255 or 9.22% from 206); Blue value is 105 (41.41% from 255 or 50.97% from 206); Max value from RGB is 105 - color contains mainly: blue. Hex color #521369 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521369 is #ADEC96. Grayscale: #2F2F2F. Windows color (decimal): -11398295 or 6886226. OLE color: 6886226.

HSL color Cylindrical-coordinate representation of color #521369: hue angle of 283.95º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #521369 is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 82 19 105 -
CMYK 0.22 0.82 0 0.59
HSL 283.95º 0.69% 0.24% -
HSV(B) 283.95º 0.82% 0.41% -
XYZ 6.26 3.28 13.67 -
YUV 47.64 160.37 152.51 -
System Red Green Blue C M Y K H S L
Decimal 82 19 105 0.22 0.82 0 0.59 283.95 0.69 0.24
Hex 52 13 69 16 52 0 3B 11C 45 18
Octal 122 23 151 26 122 0 73 434 105 30
Binary 1010010 10011 1101001 10110 1010010 0 111011 100011100 1000101 11000

Color Harmonies of #521369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521369

Black with #521369

Text Example


Text Example

White with #521369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521369; }

 p { color: rgb(82,19,105); }

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

background-color css

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

 a { background-color: rgb(82,19,105); }

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

border-color css

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

 span { border-color: rgb(82,19,105); }

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