Html Css Color HEX #521265 Scarlet Gum

📋 copy color: '#521265'

red 82 ◦ green 18 ◦ blue 101

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

Shades of Scarlet Gum #521265

Tints of Scarlet Gum #521265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 50.25%

R = 40.8%
G = 8.96%
B = 50.25%

CMYK

 C value IS 0.19

 M value IS 0.82

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#521265 (or 0x521265) is known color: Scarlet Gum. HEX triplet: 52, 12 and 65. RGB value is (82,18,101). Sum of RGB (Red+Green+Blue) = 82+18+101=201 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.80% from 201); Green value is 18 (7.42% from 255 or 8.96% from 201); Blue value is 101 (39.84% from 255 or 50.25% from 201); Max value from RGB is 101 - color contains mainly: blue. Hex color #521265 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521265 is #ADED9A. Grayscale: #2E2E2E. Windows color (decimal): -11398555 or 6623826. OLE color: 6623826.

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

Color convert

RGB 82 18 101 -
CMYK 0.19 0.82 0 0.60
HSL 286.27º 0.7% 0.23% -
HSV(B) 286.27º 0.82% 0.4% -
XYZ 6.04 3.17 12.6 -
YUV 46.6 158.7 153.25 -
System Red Green Blue C M Y K H S L
Decimal 82 18 101 0.19 0.82 0 0.60 286.27 0.7 0.23
Hex 52 12 65 13 52 0 3C 11E 46 17
Octal 122 22 145 23 122 0 74 436 106 27
Binary 1010010 10010 1100101 10011 1010010 0 111100 100011110 1000110 10111

Color Harmonies of #521265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521265

Black with #521265

Text Example


Text Example

White with #521265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521265; }

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

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

background-color css

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

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

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

border-color css

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

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

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