#451158

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

Shades of Scarlet Gum #451158

Tints of Scarlet Gum #451158

Color information

#451158 (or 0x451158) is unknown color: approx Scarlet Gum. HEX triplet: 45, 11 and 58. RGB value is (69,17,88). Sum of RGB (Red+Green+Blue) = 69+17+88=174 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.66% from 174); Green value is 17 (7.03% from 255 or 9.77% from 174); Blue value is 88 (34.77% from 255 or 50.57% from 174); Max value from RGB is 88 - color contains mainly: blue. Hex color #451158 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451158 is #BAEEA7. Grayscale: #282828. Windows color (decimal): -12250792 or 5771589. OLE color: 5771589.

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

Color convert

RGB691788-
CMYK0.220.8100.65
HSL283.94º67.62%20.59%-
HSV(B)283.94º80.68%34.51%-
XYZ4.422.379.46-
YUV40.64154.73148.23-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 39.66%
GREEN value IS 17 (7.03% from 255) = 9.77%
BLUE value IS 88 (34.77% from 255) = 50.57%
R=39.66%
G=9.77%
B=50.57%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6917880.220.8100.65283.9467.6220.59
Hex451158165104111c4415
Octal1052113026121010143410425
Binary100010110001101100010110101000101000001100011100100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451158; }

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

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

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

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

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

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

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

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