#51186C

Color #51186C Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #51186C

Tints of Scarlet Gum #51186C

Color information

#51186C (or 0x51186C) is unknown color: approx Scarlet Gum. HEX triplet: 51, 18 and 6C. RGB value is (81,24,108). Sum of RGB (Red+Green+Blue) = 81+24+108=213 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.03% from 213); Green value is 24 (9.77% from 255 or 11.27% from 213); Blue value is 108 (42.58% from 255 or 50.70% from 213); Max value from RGB is 108 - color contains mainly: blue. Hex color #51186C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51186C is #AEE793. Grayscale: #323232. Windows color (decimal): -11462548 or 7084113. OLE color: 7084113.

HSL color Cylindrical-coordinate representation of color #51186C: hue angle of 280.71º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #51186C is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8124108-
CMYK0.250.7800.58
HSL280.71º63.64%25.88%-
HSV(B)280.71º77.78%42.35%-
XYZ6.433.4914.52-
YUV50.62160.38149.67-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.03%
GREEN value IS 24 (9.77% from 255) = 11.27%
BLUE value IS 108 (42.58% from 255) = 50.70%
R=38.03%
G=11.27%
B=50.70%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal81241080.250.7800.58280.7163.6425.88
Hex51186C194E03A119401a
Octal121301543111607243110032
Binary10100011100011011001100110011100111010100011001100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51186C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51186C; }

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

 H1.HeaderClassName
 {
   color: #51186C;
 }
 .AnyTagClassName
 {
   color: #51186C;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #51186C;
 }
 .BgClassName
 {
   background-color: #51186C;
 }
</style>
border-color css

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

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

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