#451254

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

Shades of Scarlet Gum #451254

Tints of Scarlet Gum #451254

Color information

#451254 (or 0x451254) is unknown color: approx Scarlet Gum. HEX triplet: 45, 12 and 54. RGB value is (69,18,84). Sum of RGB (Red+Green+Blue) = 69+18+84=171 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.35% from 171); Green value is 18 (7.42% from 255 or 10.53% from 171); Blue value is 84 (33.20% from 255 or 49.12% from 171); Max value from RGB is 84 - color contains mainly: blue. Hex color #451254 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451254 is #BAEDAB. Grayscale: #282828. Windows color (decimal): -12250540 or 5509701. OLE color: 5509701.

HSL color Cylindrical-coordinate representation of color #451254: hue angle of 286.36º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #451254 is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB691884-
CMYK0.180.7900.67
HSL286.36º64.71%20%-
HSV(B)286.36º78.57%32.94%-
XYZ4.272.348.61-
YUV40.77152.4148.13-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 40.35%
GREEN value IS 18 (7.42% from 255) = 10.53%
BLUE value IS 84 (33.20% from 255) = 49.12%
R=40.35%
G=10.53%
B=49.12%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6918840.180.7900.67286.3664.7120
Hex451254124F04311e4114
Octal1052212422117010343610124
Binary100010110010101010010010100111101000011100011110100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451254; }

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

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

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

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

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

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

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

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