#451458

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

Shades of Scarlet Gum #451458

Tints of Scarlet Gum #451458

Color information

#451458 (or 0x451458) is unknown color: approx Scarlet Gum. HEX triplet: 45, 14 and 58. RGB value is (69,20,88). Sum of RGB (Red+Green+Blue) = 69+20+88=177 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.98% from 177); Green value is 20 (8.20% from 255 or 11.30% from 177); Blue value is 88 (34.77% from 255 or 49.72% from 177); Max value from RGB is 88 - color contains mainly: blue. Hex color #451458 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451458 is #BAEBA7. Grayscale: #2A2A2A. Windows color (decimal): -12250024 or 5772357. OLE color: 5772357.

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

Color convert

RGB692088-
CMYK0.220.7700.65
HSL283.24º62.96%21.18%-
HSV(B)283.24º77.27%34.51%-
XYZ4.472.479.47-
YUV42.4153.73146.97-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 38.98%
GREEN value IS 20 (8.20% from 255) = 11.30%
BLUE value IS 88 (34.77% from 255) = 49.72%
R=38.98%
G=11.30%
B=49.72%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6920880.220.7700.65283.2462.9621.18
Hex451458164D04111b3f15
Octal105241302611501014337725
Binary10001011010010110001011010011010100000110001101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451458; }

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

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

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

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

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

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

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

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