Html Css Color HEX #521269 Scarlet Gum

📋 copy color: '#521269'

red 82 ◦ green 18 ◦ blue 105

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

Shades of Scarlet Gum #521269

Tints of Scarlet Gum #521269

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.78%

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

R = 40%
G = 8.78%
B = 51.22%

CMYK

 C value IS 0.22

 M value IS 0.83

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#521269 (or 0x521269) is known color: Scarlet Gum. HEX triplet: 52, 12 and 69. RGB value is (82,18,105). Sum of RGB (Red+Green+Blue) = 82+18+105=205 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40% from 205); Green value is 18 (7.42% from 255 or 8.78% from 205); Blue value is 105 (41.41% from 255 or 51.22% from 205); Max value from RGB is 105 - color contains mainly: blue. Hex color #521269 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521269 is #ADED96. Grayscale: #2E2E2E. Windows color (decimal): -11398551 or 6885970. OLE color: 6885970.

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

Color convert

RGB 82 18 105 -
CMYK 0.22 0.83 0 0.59
HSL 284.14º 0.71% 0.24% -
HSV(B) 284.14º 0.83% 0.41% -
XYZ 6.25 3.25 13.66 -
YUV 47.05 160.7 152.93 -
System Red Green Blue C M Y K H S L
Decimal 82 18 105 0.22 0.83 0 0.59 284.14 0.71 0.24
Hex 52 12 69 16 53 0 3B 11C 47 18
Octal 122 22 151 26 123 0 73 434 107 30
Binary 1010010 10010 1101001 10110 1010011 0 111011 100011100 1000111 11000

Color Harmonies of #521269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521269

Black with #521269

Text Example


Text Example

White with #521269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521269; }

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

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

background-color css

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

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

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

border-color css

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

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

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