#452050

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

Shades of Scarlet Gum #452050

Tints of Scarlet Gum #452050

Color information

#452050 (or 0x452050) is unknown color: approx Scarlet Gum. HEX triplet: 45, 20 and 50. RGB value is (69,32,80). Sum of RGB (Red+Green+Blue) = 69+32+80=181 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.12% from 181); Green value is 32 (12.89% from 255 or 17.68% from 181); Blue value is 80 (31.64% from 255 or 44.20% from 181); Max value from RGB is 80 - color contains mainly: blue. Hex color #452050 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452050 is #BADFAF. Grayscale: #303030. Windows color (decimal): -12246960 or 5251141. OLE color: 5251141.

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

Color convert

RGB693280-
CMYK0.140.6000.69
HSL286.25º42.86%21.96%-
HSV(B)286.25º60%31.37%-
XYZ4.422.887.91-
YUV48.54145.76142.6-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 38.12%
GREEN value IS 32 (12.89% from 255) = 17.68%
BLUE value IS 80 (31.64% from 255) = 44.20%
R=38.12%
G=17.68%
B=44.20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6932800.140.6000.69286.2542.8621.96
Hex452050E3C04511e2b16
Octal10540120167401054365326
Binary1000101100000101000011101111000100010110001111010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452050; }

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

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

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

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

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

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

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

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