#451C50

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

Shades of Scarlet Gum #451C50

Tints of Scarlet Gum #451C50

Color information

#451C50 (or 0x451C50) is unknown color: approx Scarlet Gum. HEX triplet: 45, 1C and 50. RGB value is (69,28,80). Sum of RGB (Red+Green+Blue) = 69+28+80=177 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.98% from 177); Green value is 28 (11.33% from 255 or 15.82% from 177); Blue value is 80 (31.64% from 255 or 45.20% from 177); Max value from RGB is 80 - color contains mainly: blue. Hex color #451C50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #451C50 is #BAE3AF. Grayscale: #2E2E2E. Windows color (decimal): -12247984 or 5250117. OLE color: 5250117.

HSL color Cylindrical-coordinate representation of color #451C50: hue angle of 287.31º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #451C50 is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB692880-
CMYK0.140.6500.69
HSL287.31º48.15%21.18%-
HSV(B)287.31º65%31.37%-
XYZ4.322.677.88-
YUV46.19147.08144.27-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 38.98%
GREEN value IS 28 (11.33% from 255) = 15.82%
BLUE value IS 80 (31.64% from 255) = 45.20%
R=38.98%
G=15.82%
B=45.20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6928800.140.6500.69287.3148.1521.18
Hex451C50E4104511f3015
Octal105341201610101054376025
Binary1000101111001010000111010000010100010110001111111000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451C50; }

 p { color: rgb(69,28,80); }

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

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

 a { background-color: rgb(69,28,80); }

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

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

 span { border-color: rgb(69,28,80); }

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