Html Css Color HEX #512763 Scarlet Gum

📋 copy color: '#512763'

red 81 ◦ green 39 ◦ blue 99

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

Shades of Scarlet Gum #512763

Tints of Scarlet Gum #512763

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.81%

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

R = 36.99%
G = 17.81%
B = 45.21%

CMYK

 C value IS 0.18

 M value IS 0.61

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#512763 (or 0x512763) is known color: Scarlet Gum. HEX triplet: 51, 27 and 63. RGB value is (81,39,99). Sum of RGB (Red+Green+Blue) = 81+39+99=219 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.99% from 219); Green value is 39 (15.62% from 255 or 17.81% from 219); Blue value is 99 (39.06% from 255 or 45.21% from 219); Max value from RGB is 99 - color contains mainly: blue. Hex color #512763 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512763 is #AED89C. Grayscale: #3A3A3A. Windows color (decimal): -11458717 or 6498129. OLE color: 6498129.

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

Color convert

RGB 81 39 99 -
CMYK 0.18 0.61 0 0.61
HSL 282º 0.43% 0.27% -
HSV(B) 282º 0.61% 0.39% -
XYZ 6.37 4.1 12.26 -
YUV 58.4 150.91 144.12 -
System Red Green Blue C M Y K H S L
Decimal 81 39 99 0.18 0.61 0 0.61 282 0.43 0.27
Hex 51 27 63 12 3D 0 3D 11A 2B 1B
Octal 121 47 143 22 75 0 75 432 53 33
Binary 1010001 100111 1100011 10010 111101 0 111101 100011010 101011 11011

Color Harmonies of #512763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512763

Black with #512763

Text Example


Text Example

White with #512763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512763; }

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

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

background-color css

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

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

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

border-color css

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

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

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