Html Css Color HEX #512666 Scarlet Gum

📋 copy color: '#512666'

red 81 ◦ green 38 ◦ blue 102

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

Shades of Scarlet Gum #512666

Tints of Scarlet Gum #512666

RGB

 RED value IS 81 (32.03% from 255) = 36.65%

 GREEN value IS 38 (15.23% from 255) = 17.19%

 BLUE value IS 102 (40.23% from 255) = 46.15%

R = 36.65%
G = 17.19%
B = 46.15%

CMYK

 C value IS 0.21

 M value IS 0.63

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#512666 (or 0x512666) is known color: Scarlet Gum. HEX triplet: 51, 26 and 66. RGB value is (81,38,102). Sum of RGB (Red+Green+Blue) = 81+38+102=221 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.65% from 221); Green value is 38 (15.23% from 255 or 17.19% from 221); Blue value is 102 (40.23% from 255 or 46.15% from 221); Max value from RGB is 102 - color contains mainly: blue. Hex color #512666 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512666 is #AED999. Grayscale: #393939. Windows color (decimal): -11458970 or 6694481. OLE color: 6694481.

HSL color Cylindrical-coordinate representation of color #512666: hue angle of 280.31º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #512666 is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 81 38 102 -
CMYK 0.21 0.63 0 0.6
HSL 280.31º 0.46% 0.27% -
HSV(B) 280.31º 0.63% 0.4% -
XYZ 6.48 4.09 13.02 -
YUV 58.15 152.75 144.3 -
System Red Green Blue C M Y K H S L
Decimal 81 38 102 0.21 0.63 0 0.6 280.31 0.46 0.27
Hex 51 26 66 15 3F 0 3C 118 2E 1B
Octal 121 46 146 25 77 0 74 430 56 33
Binary 1010001 100110 1100110 10101 111111 0 111100 100011000 101110 11011

Color Harmonies of #512666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512666

Black with #512666

Text Example


Text Example

White with #512666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512666; }

 p { color: rgb(81,38,102); }

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

background-color css

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

 a { background-color: rgb(81,38,102); }

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

border-color css

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

 span { border-color: rgb(81,38,102); }

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