#452259

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

Shades of Scarlet Gum #452259

Tints of Scarlet Gum #452259

Color information

#452259 (or 0x452259) is unknown color: approx Scarlet Gum. HEX triplet: 45, 22 and 59. RGB value is (69,34,89). Sum of RGB (Red+Green+Blue) = 69+34+89=192 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.94% from 192); Green value is 34 (13.67% from 255 or 17.71% from 192); Blue value is 89 (35.16% from 255 or 46.35% from 192); Max value from RGB is 89 - color contains mainly: blue. Hex color #452259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452259 is #BADDA6. Grayscale: #323232. Windows color (decimal): -12246439 or 5841477. OLE color: 5841477.

HSL color Cylindrical-coordinate representation of color #452259: hue angle of 278.18º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #452259 is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB693489-
CMYK0.220.6200.65
HSL278.18º44.72%24.12%-
HSV(B)278.18º61.8%34.9%-
XYZ4.833.139.8-
YUV50.74149.6141.03-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 35.94%
GREEN value IS 34 (13.67% from 255) = 17.71%
BLUE value IS 89 (35.16% from 255) = 46.35%
R=35.94%
G=17.71%
B=46.35%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6934890.220.6200.65278.1844.7224.12
Hex452259163E0411162d18
Octal10542131267601014265530
Binary10001011000101011001101101111100100000110001011010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452259; }

 p { color: rgb(69,34,89); }

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

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

 a { background-color: rgb(69,34,89); }

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

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

 span { border-color: rgb(69,34,89); }

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