#451C5D

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

Shades of Scarlet Gum #451C5D

Tints of Scarlet Gum #451C5D

Color information

#451C5D (or 0x451C5D) is unknown color: approx Scarlet Gum. HEX triplet: 45, 1C and 5D. RGB value is (69,28,93). Sum of RGB (Red+Green+Blue) = 69+28+93=190 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.32% from 190); Green value is 28 (11.33% from 255 or 14.74% from 190); Blue value is 93 (36.72% from 255 or 48.95% from 190); Max value from RGB is 93 - color contains mainly: blue. Hex color #451C5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #451C5D is #BAE3A2. Grayscale: #2F2F2F. Windows color (decimal): -12247971 or 6102085. OLE color: 6102085.

HSL color Cylindrical-coordinate representation of color #451C5D: hue angle of 277.85º degrees, saturation: 0.54, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #451C5D is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB692893-
CMYK0.260.7000.64
HSL277.85º53.72%23.73%-
HSV(B)277.85º69.89%36.47%-
XYZ4.852.8910.66-
YUV47.67153.58143.21-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 36.32%
GREEN value IS 28 (11.33% from 255) = 14.74%
BLUE value IS 93 (36.72% from 255) = 48.95%
R=36.32%
G=14.74%
B=48.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6928930.260.7000.64277.8553.7223.73
Hex451C5D1A460401163618
Octal105341353210601004266630
Binary10001011110010111011101010001100100000010001011011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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