#450955

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

Shades of Scarlet Gum #450955

Tints of Scarlet Gum #450955

Color information

#450955 (or 0x450955) is unknown color: approx Scarlet Gum. HEX triplet: 45, 09 and 55. RGB value is (69,9,85). Sum of RGB (Red+Green+Blue) = 69+9+85=163 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.33% from 163); Green value is 9 (3.91% from 255 or 5.52% from 163); Blue value is 85 (33.59% from 255 or 52.15% from 163); Max value from RGB is 85 - color contains mainly: blue. Hex color #450955 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450955 is #BAF6AA. Grayscale: #232323. Windows color (decimal): -12252843 or 5572933. OLE color: 5572933.

HSL color Cylindrical-coordinate representation of color #450955: hue angle of 287.37º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #450955 is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB69985-
CMYK0.190.8900.67
HSL287.37º80.85%18.43%-
HSV(B)287.37º89.41%33.33%-
XYZ4.192.128.78-
YUV35.6155.88151.82-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 42.33%
GREEN value IS 9 (3.91% from 255) = 5.52%
BLUE value IS 85 (33.59% from 255) = 52.15%
R=42.33%
G=5.52%
B=52.15%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal699850.190.8900.67287.3780.8518.43
Hex45955135904311f5112
Octal1051112523131010343712122
Binary10001011001101010110011101100101000011100011111101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450955; }

 p { color: rgb(69,9,85); }

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

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

 a { background-color: rgb(69,9,85); }

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

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

 span { border-color: rgb(69,9,85); }

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