Html Css Color HEX #521065 Scarlet Gum

📋 copy color: '#521065'

red 82 ◦ green 16 ◦ blue 101

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

Shades of Scarlet Gum #521065

Tints of Scarlet Gum #521065

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.04%

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

R = 41.21%
G = 8.04%
B = 50.75%

CMYK

 C value IS 0.19

 M value IS 0.84

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#521065 (or 0x521065) is known color: Scarlet Gum. HEX triplet: 52, 10 and 65. RGB value is (82,16,101). Sum of RGB (Red+Green+Blue) = 82+16+101=199 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.21% from 199); Green value is 16 (6.64% from 255 or 8.04% from 199); Blue value is 101 (39.84% from 255 or 50.75% from 199); Max value from RGB is 101 - color contains mainly: blue. Hex color #521065 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521065 is #ADEF9A. Grayscale: #2D2D2D. Windows color (decimal): -11399067 or 6623314. OLE color: 6623314.

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

Color convert

RGB 82 16 101 -
CMYK 0.19 0.84 0 0.60
HSL 286.59º 0.73% 0.23% -
HSV(B) 286.59º 0.84% 0.4% -
XYZ 6.01 3.1 12.59 -
YUV 45.42 159.37 154.09 -
System Red Green Blue C M Y K H S L
Decimal 82 16 101 0.19 0.84 0 0.60 286.59 0.73 0.23
Hex 52 10 65 13 54 0 3C 11F 49 17
Octal 122 20 145 23 124 0 74 437 111 27
Binary 1010010 10000 1100101 10011 1010100 0 111100 100011111 1001001 10111

Color Harmonies of #521065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521065

Black with #521065

Text Example


Text Example

White with #521065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521065; }

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

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

background-color css

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

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

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

border-color css

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

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

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