Html Css Color HEX #521567 Scarlet Gum

📋 copy color: '#521567'

red 82 ◦ green 21 ◦ blue 103

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

Shades of Scarlet Gum #521567

Tints of Scarlet Gum #521567

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.19%

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

R = 39.81%
G = 10.19%
B = 50%

CMYK

 C value IS 0.20

 M value IS 0.80

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#521567 (or 0x521567) is known color: Scarlet Gum. HEX triplet: 52, 15 and 67. RGB value is (82,21,103). Sum of RGB (Red+Green+Blue) = 82+21+103=206 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.81% from 206); Green value is 21 (8.59% from 255 or 10.19% from 206); Blue value is 103 (40.62% from 255 or 50% from 206); Max value from RGB is 103 - color contains mainly: blue. Hex color #521567 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521567 is #ADEA98. Grayscale: #303030. Windows color (decimal): -11397785 or 6755666. OLE color: 6755666.

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

Color convert

RGB 82 21 103 -
CMYK 0.20 0.80 0 0.60
HSL 284.63º 0.66% 0.24% -
HSV(B) 284.63º 0.8% 0.4% -
XYZ 6.2 3.31 13.14 -
YUV 48.59 158.71 151.83 -
System Red Green Blue C M Y K H S L
Decimal 82 21 103 0.20 0.80 0 0.60 284.63 0.66 0.24
Hex 52 15 67 14 50 0 3C 11D 42 18
Octal 122 25 147 24 120 0 74 435 102 30
Binary 1010010 10101 1100111 10100 1010000 0 111100 100011101 1000010 11000

Color Harmonies of #521567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521567

Black with #521567

Text Example


Text Example

White with #521567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521567; }

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

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

background-color css

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

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

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

border-color css

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

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

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