#452359

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

Shades of Scarlet Gum #452359

Tints of Scarlet Gum #452359

Color information

#452359 (or 0x452359) is unknown color: approx Scarlet Gum. HEX triplet: 45, 23 and 59. RGB value is (69,35,89). Sum of RGB (Red+Green+Blue) = 69+35+89=193 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.75% from 193); Green value is 35 (14.06% from 255 or 18.13% from 193); Blue value is 89 (35.16% from 255 or 46.11% from 193); Max value from RGB is 89 - color contains mainly: blue. Hex color #452359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452359 is #BADCA6. Grayscale: #333333. Windows color (decimal): -12246183 or 5841733. OLE color: 5841733.

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

Color convert

RGB693589-
CMYK0.220.6100.65
HSL277.78º43.55%24.31%-
HSV(B)277.78º60.67%34.9%-
XYZ4.863.199.81-
YUV51.32149.26140.61-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 35.75%
GREEN value IS 35 (14.06% from 255) = 18.13%
BLUE value IS 89 (35.16% from 255) = 46.11%
R=35.75%
G=18.13%
B=46.11%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6935890.220.6100.65277.7843.5524.31
Hex452359163D0411162c18
Octal10543131267501014265430
Binary10001011000111011001101101111010100000110001011010110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452359; }

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

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

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

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

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

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

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

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