Html Css Color HEX #511864 Scarlet Gum

📋 copy color: '#511864'

red 81 ◦ green 24 ◦ blue 100

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

Shades of Scarlet Gum #511864

Tints of Scarlet Gum #511864

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.71%

 BLUE value IS 100 (39.45% from 255) = 48.78%

R = 39.51%
G = 11.71%
B = 48.78%

CMYK

 C value IS 0.19

 M value IS 0.76

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#511864 (or 0x511864) is known color: Scarlet Gum. HEX triplet: 51, 18 and 64. RGB value is (81,24,100). Sum of RGB (Red+Green+Blue) = 81+24+100=205 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.51% from 205); Green value is 24 (9.77% from 255 or 11.71% from 205); Blue value is 100 (39.45% from 255 or 48.78% from 205); Max value from RGB is 100 - color contains mainly: blue. Hex color #511864 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511864 is #AEE79B. Grayscale: #313131. Windows color (decimal): -11462556 or 6559825. OLE color: 6559825.

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

Color convert

RGB 81 24 100 -
CMYK 0.19 0.76 0 0.61
HSL 285º 0.61% 0.24% -
HSV(B) 285º 0.76% 0.39% -
XYZ 6.02 3.32 12.38 -
YUV 49.71 156.38 150.32 -
System Red Green Blue C M Y K H S L
Decimal 81 24 100 0.19 0.76 0 0.61 285 0.61 0.24
Hex 51 18 64 13 4C 0 3D 11D 3D 18
Octal 121 30 144 23 114 0 75 435 75 30
Binary 1010001 11000 1100100 10011 1001100 0 111101 100011101 111101 11000

Color Harmonies of #511864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511864

Black with #511864

Text Example


Text Example

White with #511864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511864; }

 p { color: rgb(81,24,100); }

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

background-color css

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

 a { background-color: rgb(81,24,100); }

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

border-color css

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

 span { border-color: rgb(81,24,100); }

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