#452059

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

Shades of Scarlet Gum #452059

Tints of Scarlet Gum #452059

Color information

#452059 (or 0x452059) is unknown color: approx Scarlet Gum. HEX triplet: 45, 20 and 59. RGB value is (69,32,89). Sum of RGB (Red+Green+Blue) = 69+32+89=190 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.32% from 190); Green value is 32 (12.89% from 255 or 16.84% from 190); Blue value is 89 (35.16% from 255 or 46.84% from 190); Max value from RGB is 89 - color contains mainly: blue. Hex color #452059 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452059 is #BADFA6. Grayscale: #313131. Windows color (decimal): -12246951 or 5840965. OLE color: 5840965.

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

Color convert

RGB693289-
CMYK0.220.6400.65
HSL278.95º47.11%23.73%-
HSV(B)278.95º64.04%34.9%-
XYZ4.773.029.78-
YUV49.56150.26141.87-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 36.32%
GREEN value IS 32 (12.89% from 255) = 16.84%
BLUE value IS 89 (35.16% from 255) = 46.84%
R=36.32%
G=16.84%
B=46.84%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6932890.220.6400.65278.9547.1123.73
Hex45205916400411172f18
Octal105401312610001014275730
Binary100010110000010110011011010000000100000110001011110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452059; }

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

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

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

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

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

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

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

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