Html Css Color HEX #512866 Scarlet Gum

📋 copy color: '#512866'

red 81 ◦ green 40 ◦ blue 102

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

Shades of Scarlet Gum #512866

Tints of Scarlet Gum #512866

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.94%

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

R = 36.32%
G = 17.94%
B = 45.74%

CMYK

 C value IS 0.21

 M value IS 0.61

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#512866 (or 0x512866) is known color: Scarlet Gum. HEX triplet: 51, 28 and 66. RGB value is (81,40,102). Sum of RGB (Red+Green+Blue) = 81+40+102=223 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.32% from 223); Green value is 40 (16.02% from 255 or 17.94% from 223); Blue value is 102 (40.23% from 255 or 45.74% from 223); Max value from RGB is 102 - color contains mainly: blue. Hex color #512866 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512866 is #AED799. Grayscale: #3B3B3B. Windows color (decimal): -11458458 or 6694993. OLE color: 6694993.

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

Color convert

RGB 81 40 102 -
CMYK 0.21 0.61 0 0.6
HSL 279.68º 0.44% 0.28% -
HSV(B) 279.68º 0.61% 0.4% -
XYZ 6.55 4.23 13.04 -
YUV 59.33 152.08 143.46 -
System Red Green Blue C M Y K H S L
Decimal 81 40 102 0.21 0.61 0 0.6 279.68 0.44 0.28
Hex 51 28 66 15 3D 0 3C 118 2C 1C
Octal 121 50 146 25 75 0 74 430 54 34
Binary 1010001 101000 1100110 10101 111101 0 111100 100011000 101100 11100

Color Harmonies of #512866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512866

Black with #512866

Text Example


Text Example

White with #512866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512866; }

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

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

background-color css

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

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

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

border-color css

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

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

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