Html Css Color HEX #512663 Scarlet Gum

📋 copy color: '#512663'

red 81 ◦ green 38 ◦ blue 99

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

Shades of Scarlet Gum #512663

Tints of Scarlet Gum #512663

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 45.41%

R = 37.16%
G = 17.43%
B = 45.41%

CMYK

 C value IS 0.18

 M value IS 0.62

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#512663 (or 0x512663) is known color: Scarlet Gum. HEX triplet: 51, 26 and 63. RGB value is (81,38,99). Sum of RGB (Red+Green+Blue) = 81+38+99=218 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.16% from 218); Green value is 38 (15.23% from 255 or 17.43% from 218); Blue value is 99 (39.06% from 255 or 45.41% from 218); Max value from RGB is 99 - color contains mainly: blue. Hex color #512663 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512663 is #AED99C. Grayscale: #393939. Windows color (decimal): -11458973 or 6497873. OLE color: 6497873.

HSL color Cylindrical-coordinate representation of color #512663: hue angle of 282.3º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #512663 is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 81 38 99 -
CMYK 0.18 0.62 0 0.61
HSL 282.3º 0.45% 0.27% -
HSV(B) 282.3º 0.62% 0.39% -
XYZ 6.34 4.04 12.25 -
YUV 57.81 151.25 144.54 -
System Red Green Blue C M Y K H S L
Decimal 81 38 99 0.18 0.62 0 0.61 282.3 0.45 0.27
Hex 51 26 63 12 3E 0 3D 11A 2D 1B
Octal 121 46 143 22 76 0 75 432 55 33
Binary 1010001 100110 1100011 10010 111110 0 111101 100011010 101101 11011

Color Harmonies of #512663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512663

Black with #512663

Text Example


Text Example

White with #512663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512663; }

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

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

background-color css

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

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

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

border-color css

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

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

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