Html Css Color HEX #521267 Scarlet Gum

📋 copy color: '#521267'

red 82 ◦ green 18 ◦ blue 103

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

Shades of Scarlet Gum #521267

Tints of Scarlet Gum #521267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 50.74%

R = 40.39%
G = 8.87%
B = 50.74%

CMYK

 C value IS 0.20

 M value IS 0.83

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#521267 (or 0x521267) is known color: Scarlet Gum. HEX triplet: 52, 12 and 67. RGB value is (82,18,103). Sum of RGB (Red+Green+Blue) = 82+18+103=203 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.39% from 203); Green value is 18 (7.42% from 255 or 8.87% from 203); Blue value is 103 (40.62% from 255 or 50.74% from 203); Max value from RGB is 103 - color contains mainly: blue. Hex color #521267 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521267 is #ADED98. Grayscale: #2E2E2E. Windows color (decimal): -11398553 or 6754898. OLE color: 6754898.

HSL color Cylindrical-coordinate representation of color #521267: hue angle of 285.18º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #521267 is Cyan = 0.20, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 82 18 103 -
CMYK 0.20 0.83 0 0.60
HSL 285.18º 0.7% 0.24% -
HSV(B) 285.18º 0.83% 0.4% -
XYZ 6.14 3.21 13.13 -
YUV 46.83 159.7 153.09 -
System Red Green Blue C M Y K H S L
Decimal 82 18 103 0.20 0.83 0 0.60 285.18 0.7 0.24
Hex 52 12 67 14 53 0 3C 11D 46 18
Octal 122 22 147 24 123 0 74 435 106 30
Binary 1010010 10010 1100111 10100 1010011 0 111100 100011101 1000110 11000

Color Harmonies of #521267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521267

Black with #521267

Text Example


Text Example

White with #521267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521267; }

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

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

background-color css

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

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

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

border-color css

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

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

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