#451258

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

Shades of Scarlet Gum #451258

Tints of Scarlet Gum #451258

Color information

#451258 (or 0x451258) is unknown color: approx Scarlet Gum. HEX triplet: 45, 12 and 58. RGB value is (69,18,88). Sum of RGB (Red+Green+Blue) = 69+18+88=175 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.43% from 175); Green value is 18 (7.42% from 255 or 10.29% from 175); Blue value is 88 (34.77% from 255 or 50.29% from 175); Max value from RGB is 88 - color contains mainly: blue. Hex color #451258 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451258 is #BAEDA7. Grayscale: #292929. Windows color (decimal): -12250536 or 5771845. OLE color: 5771845.

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

Color convert

RGB691888-
CMYK0.220.8000.65
HSL283.71º66.04%20.78%-
HSV(B)283.71º79.55%34.51%-
XYZ4.432.49.46-
YUV41.23154.4147.81-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 39.43%
GREEN value IS 18 (7.42% from 255) = 10.29%
BLUE value IS 88 (34.77% from 255) = 50.29%
R=39.43%
G=10.29%
B=50.29%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6918880.220.8000.65283.7166.0420.78
Hex451258165004111c4215
Octal1052213026120010143410225
Binary100010110010101100010110101000001000001100011100100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451258; }

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

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

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

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

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

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

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

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