#453150

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

Shades of Scarlet Gum #453150

Tints of Scarlet Gum #453150

Color information

#453150 (or 0x453150) is unknown color: approx Scarlet Gum. HEX triplet: 45, 31 and 50. RGB value is (69,49,80). Sum of RGB (Red+Green+Blue) = 69+49+80=198 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.85% from 198); Green value is 49 (19.53% from 255 or 24.75% from 198); Blue value is 80 (31.64% from 255 or 40.40% from 198); Max value from RGB is 80 - color contains mainly: blue. Hex color #453150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453150 is #BACEAF. Grayscale: #3A3A3A. Windows color (decimal): -12242608 or 5255493. OLE color: 5255493.

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

Color convert

RGB694980-
CMYK0.140.3900.69
HSL278.71º24.03%25.29%-
HSV(B)278.71º38.75%31.37%-
XYZ54.048.11-
YUV58.51140.13135.48-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 34.85%
GREEN value IS 49 (19.53% from 255) = 24.75%
BLUE value IS 80 (31.64% from 255) = 40.40%
R=34.85%
G=24.75%
B=40.40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6949800.140.3900.69278.7124.0325.29
Hex453150E270451171819
Octal10561120164701054273031
Binary100010111000110100001110100111010001011000101111100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453150; }

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

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

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

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

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

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

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

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