#451260

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

Shades of Scarlet Gum #451260

Tints of Scarlet Gum #451260

Color information

#451260 (or 0x451260) is unknown color: approx Scarlet Gum. HEX triplet: 45, 12 and 60. RGB value is (69,18,96). Sum of RGB (Red+Green+Blue) = 69+18+96=183 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.70% from 183); Green value is 18 (7.42% from 255 or 9.84% from 183); Blue value is 96 (37.89% from 255 or 52.46% from 183); Max value from RGB is 96 - color contains mainly: blue. Hex color #451260 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451260 is #BAED9F. Grayscale: #292929. Windows color (decimal): -12250528 or 6296133. OLE color: 6296133.

HSL color Cylindrical-coordinate representation of color #451260: hue angle of 279.23º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #451260 is Cyan = 0.28, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB691896-
CMYK0.280.8100.62
HSL279.23º68.42%22.35%-
HSV(B)279.23º81.25%37.65%-
XYZ4.782.5411.31-
YUV42.14158.4147.16-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 37.70%
GREEN value IS 18 (7.42% from 255) = 9.84%
BLUE value IS 96 (37.89% from 255) = 52.46%
R=37.70%
G=9.84%
B=52.46%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6918960.280.8100.62279.2368.4222.35
Hex4512601C5103E1174416
Octal105221403412107642710426
Binary10001011001011000001110010100010111110100010111100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451260; }

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

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

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

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

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

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

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

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