#451160

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

Shades of Scarlet Gum #451160

Tints of Scarlet Gum #451160

Color information

#451160 (or 0x451160) is unknown color: approx Scarlet Gum. HEX triplet: 45, 11 and 60. RGB value is (69,17,96). Sum of RGB (Red+Green+Blue) = 69+17+96=182 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.91% from 182); Green value is 17 (7.03% from 255 or 9.34% from 182); Blue value is 96 (37.89% from 255 or 52.75% from 182); Max value from RGB is 96 - color contains mainly: blue. Hex color #451160 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451160 is #BAEE9F. Grayscale: #292929. Windows color (decimal): -12250784 or 6295877. OLE color: 6295877.

HSL color Cylindrical-coordinate representation of color #451160: hue angle of 279.49º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #451160 is Cyan = 0.28, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB691796-
CMYK0.280.8200.62
HSL279.49º69.91%22.16%-
HSV(B)279.49º82.29%37.65%-
XYZ4.772.5111.3-
YUV41.55158.73147.58-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 37.91%
GREEN value IS 17 (7.03% from 255) = 9.34%
BLUE value IS 96 (37.89% from 255) = 52.75%
R=37.91%
G=9.34%
B=52.75%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6917960.280.8200.62279.4969.9122.16
Hex4511601C5203E1174616
Octal105211403412207642710626
Binary10001011000111000001110010100100111110100010111100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451160; }

 p { color: rgb(69,17,96); }

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

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

 a { background-color: rgb(69,17,96); }

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

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

 span { border-color: rgb(69,17,96); }

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