#452358

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

Shades of Scarlet Gum #452358

Tints of Scarlet Gum #452358

Color information

#452358 (or 0x452358) is unknown color: approx Scarlet Gum. HEX triplet: 45, 23 and 58. RGB value is (69,35,88). Sum of RGB (Red+Green+Blue) = 69+35+88=192 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.94% from 192); Green value is 35 (14.06% from 255 or 18.23% from 192); Blue value is 88 (34.77% from 255 or 45.83% from 192); Max value from RGB is 88 - color contains mainly: blue. Hex color #452358 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452358 is #BADCA7. Grayscale: #333333. Windows color (decimal): -12246184 or 5776197. OLE color: 5776197.

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

Color convert

RGB693588-
CMYK0.220.6000.65
HSL278.49º43.09%24.12%-
HSV(B)278.49º60.23%34.51%-
XYZ4.823.179.59-
YUV51.21148.76140.69-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 35.94%
GREEN value IS 35 (14.06% from 255) = 18.23%
BLUE value IS 88 (34.77% from 255) = 45.83%
R=35.94%
G=18.23%
B=45.83%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6935880.220.6000.65278.4943.0924.12
Hex452358163C0411162b18
Octal10543130267401014265330
Binary10001011000111011000101101111000100000110001011010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452358; }

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

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

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

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

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

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

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

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