#451D58

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

Shades of Scarlet Gum #451D58

Tints of Scarlet Gum #451D58

Color information

#451D58 (or 0x451D58) is unknown color: approx Scarlet Gum. HEX triplet: 45, 1D and 58. RGB value is (69,29,88). Sum of RGB (Red+Green+Blue) = 69+29+88=186 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.10% from 186); Green value is 29 (11.72% from 255 or 15.59% from 186); Blue value is 88 (34.77% from 255 or 47.31% from 186); Max value from RGB is 88 - color contains mainly: blue. Hex color #451D58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #451D58 is #BAE2A7. Grayscale: #2F2F2F. Windows color (decimal): -12247720 or 5774661. OLE color: 5774661.

HSL color Cylindrical-coordinate representation of color #451D58: hue angle of 280.68º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #451D58 is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB692988-
CMYK0.220.6700.65
HSL280.68º50.43%22.94%-
HSV(B)280.68º67.05%34.51%-
XYZ4.662.859.54-
YUV47.69150.75143.2-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 37.10%
GREEN value IS 29 (11.72% from 255) = 15.59%
BLUE value IS 88 (34.77% from 255) = 47.31%
R=37.10%
G=15.59%
B=47.31%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6929880.220.6700.65280.6850.4322.94
Hex451D5816430411193217
Octal105351302610301014316227
Binary10001011110110110001011010000110100000110001100111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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