#451460

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

Shades of Scarlet Gum #451460

Tints of Scarlet Gum #451460

Color information

#451460 (or 0x451460) is unknown color: approx Scarlet Gum. HEX triplet: 45, 14 and 60. RGB value is (69,20,96). Sum of RGB (Red+Green+Blue) = 69+20+96=185 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.30% from 185); Green value is 20 (8.20% from 255 or 10.81% from 185); Blue value is 96 (37.89% from 255 or 51.89% from 185); Max value from RGB is 96 - color contains mainly: blue. Hex color #451460 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451460 is #BAEB9F. Grayscale: #2B2B2B. Windows color (decimal): -12250016 or 6296645. OLE color: 6296645.

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

Color convert

RGB692096-
CMYK0.280.7900.62
HSL278.68º65.52%22.75%-
HSV(B)278.68º79.17%37.65%-
XYZ4.822.6111.32-
YUV43.32157.73146.32-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 37.30%
GREEN value IS 20 (8.20% from 255) = 10.81%
BLUE value IS 96 (37.89% from 255) = 51.89%
R=37.30%
G=10.81%
B=51.89%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6920960.280.7900.62278.6865.5222.75
Hex4514601C4F03E1174217
Octal105241403411707642710227
Binary10001011010011000001110010011110111110100010111100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451460; }

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

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

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

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

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

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

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

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