#452350

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

Shades of Scarlet Gum #452350

Tints of Scarlet Gum #452350

Color information

#452350 (or 0x452350) is unknown color: approx Scarlet Gum. HEX triplet: 45, 23 and 50. RGB value is (69,35,80). Sum of RGB (Red+Green+Blue) = 69+35+80=184 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.5% from 184); Green value is 35 (14.06% from 255 or 19.02% from 184); Blue value is 80 (31.64% from 255 or 43.48% from 184); Max value from RGB is 80 - color contains mainly: blue. Hex color #452350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452350 is #BADCAF. Grayscale: #323232. Windows color (decimal): -12246192 or 5251909. OLE color: 5251909.

HSL color Cylindrical-coordinate representation of color #452350: hue angle of 285.33º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #452350 is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB693580-
CMYK0.140.5600.69
HSL285.33º39.13%22.55%-
HSV(B)285.33º56.25%31.37%-
XYZ4.53.057.94-
YUV50.3144.76141.34-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 37.5%
GREEN value IS 35 (14.06% from 255) = 19.02%
BLUE value IS 80 (31.64% from 255) = 43.48%
R=37.5%
G=19.02%
B=43.48%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6935800.140.5600.69285.3339.1322.55
Hex452350E3804511d2717
Octal10543120167001054354727
Binary1000101100011101000011101110000100010110001110110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452350; }

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

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

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

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

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

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

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

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