#451257

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

Shades of Scarlet Gum #451257

Tints of Scarlet Gum #451257

Color information

#451257 (or 0x451257) is unknown color: approx Scarlet Gum. HEX triplet: 45, 12 and 57. RGB value is (69,18,87). Sum of RGB (Red+Green+Blue) = 69+18+87=174 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.66% from 174); Green value is 18 (7.42% from 255 or 10.34% from 174); Blue value is 87 (34.38% from 255 or 50% from 174); Max value from RGB is 87 - color contains mainly: blue. Hex color #451257 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451257 is #BAEDA8. Grayscale: #282828. Windows color (decimal): -12250537 or 5706309. OLE color: 5706309.

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

Color convert

RGB691887-
CMYK0.210.7900.66
HSL284.35º65.71%20.59%-
HSV(B)284.35º79.31%34.12%-
XYZ4.392.399.25-
YUV41.12153.9147.89-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 39.66%
GREEN value IS 18 (7.42% from 255) = 10.34%
BLUE value IS 87 (34.38% from 255) = 50%
R=39.66%
G=10.34%
B=50%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6918870.210.7900.66284.3565.7120.59
Hex451257154F04211c4215
Octal1052212725117010243410225
Binary100010110010101011110101100111101000010100011100100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451257; }

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

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

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

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

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

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

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

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