#451F53

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

Shades of Scarlet Gum #451F53

Tints of Scarlet Gum #451F53

Color information

#451F53 (or 0x451F53) is unknown color: approx Scarlet Gum. HEX triplet: 45, 1F and 53. RGB value is (69,31,83). Sum of RGB (Red+Green+Blue) = 69+31+83=183 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.70% from 183); Green value is 31 (12.5% from 255 or 16.94% from 183); Blue value is 83 (32.81% from 255 or 45.36% from 183); Max value from RGB is 83 - color contains mainly: blue. Hex color #451F53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #451F53 is #BAE0AC. Grayscale: #303030. Windows color (decimal): -12247213 or 5447493. OLE color: 5447493.

HSL color Cylindrical-coordinate representation of color #451F53: hue angle of 283.85º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #451F53 is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB693183-
CMYK0.170.6300.67
HSL283.85º45.61%22.35%-
HSV(B)283.85º62.65%32.55%-
XYZ4.512.878.5-
YUV48.29147.59142.77-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 37.70%
GREEN value IS 31 (12.5% from 255) = 16.94%
BLUE value IS 83 (32.81% from 255) = 45.36%
R=37.70%
G=16.94%
B=45.36%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6931830.170.6300.67283.8545.6122.35
Hex451F53113F04311c2e16
Octal10537123217701034345626
Binary1000101111111010011100011111110100001110001110010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,31,83); }

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

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

 a { background-color: rgb(69,31,83); }

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

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

 span { border-color: rgb(69,31,83); }

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