#451459

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

Shades of Scarlet Gum #451459

Tints of Scarlet Gum #451459

Color information

#451459 (or 0x451459) is unknown color: approx Scarlet Gum. HEX triplet: 45, 14 and 59. RGB value is (69,20,89). Sum of RGB (Red+Green+Blue) = 69+20+89=178 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.76% from 178); Green value is 20 (8.20% from 255 or 11.24% from 178); Blue value is 89 (35.16% from 255 or 50% from 178); Max value from RGB is 89 - color contains mainly: blue. Hex color #451459 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451459 is #BAEBA6. Grayscale: #2A2A2A. Windows color (decimal): -12250023 or 5837893. OLE color: 5837893.

HSL color Cylindrical-coordinate representation of color #451459: hue angle of 282.61º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #451459 is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB692089-
CMYK0.220.7800.65
HSL282.61º63.3%21.37%-
HSV(B)282.61º77.53%34.9%-
XYZ4.512.499.69-
YUV42.52154.23146.89-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 38.76%
GREEN value IS 20 (8.20% from 255) = 11.24%
BLUE value IS 89 (35.16% from 255) = 50%
R=38.76%
G=11.24%
B=50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6920890.220.7800.65282.6163.321.37
Hex451459164E04111b3f15
Octal105241312611601014337725
Binary10001011010010110011011010011100100000110001101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451459; }

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

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

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

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

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

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

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

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