#452950

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

Shades of Scarlet Gum #452950

Tints of Scarlet Gum #452950

Color information

#452950 (or 0x452950) is unknown color: approx Scarlet Gum. HEX triplet: 45, 29 and 50. RGB value is (69,41,80). Sum of RGB (Red+Green+Blue) = 69+41+80=190 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.32% from 190); Green value is 41 (16.41% from 255 or 21.58% from 190); Blue value is 80 (31.64% from 255 or 42.11% from 190); Max value from RGB is 80 - color contains mainly: blue. Hex color #452950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452950 is #BAD6AF. Grayscale: #353535. Windows color (decimal): -12244656 or 5253445. OLE color: 5253445.

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

Color convert

RGB694180-
CMYK0.140.4900.69
HSL283.08º32.23%23.73%-
HSV(B)283.08º48.75%31.37%-
XYZ4.73.438-
YUV53.82142.78138.83-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 36.32%
GREEN value IS 41 (16.41% from 255) = 21.58%
BLUE value IS 80 (31.64% from 255) = 42.11%
R=36.32%
G=21.58%
B=42.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6941800.140.4900.69283.0832.2323.73
Hex452950E3104511b2018
Octal10551120166101054334030
Binary1000101101001101000011101100010100010110001101110000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452950; }

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

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

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

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

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

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

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

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