#45065C

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

Shades of Scarlet Gum #45065C

Tints of Scarlet Gum #45065C

Color information

#45065C (or 0x45065C) is unknown color: approx Scarlet Gum. HEX triplet: 45, 06 and 5C. RGB value is (69,6,92). Sum of RGB (Red+Green+Blue) = 69+6+92=167 (22% of max value = 765). Red value is 69 (27.34% from 255 or 41.32% from 167); Green value is 6 (2.73% from 255 or 3.59% from 167); Blue value is 92 (36.33% from 255 or 55.09% from 167); Max value from RGB is 92 - color contains mainly: blue. Hex color #45065C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45065C is #BAF9A3. Grayscale: #222222. Windows color (decimal): -12253604 or 6030917. OLE color: 6030917.

HSL color Cylindrical-coordinate representation of color #45065C: hue angle of 283.95º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #45065C is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB69692-
CMYK0.250.9300.64
HSL283.95º87.76%19.22%-
HSV(B)283.95º93.48%36.08%-
XYZ4.452.1710.31-
YUV34.64160.37152.51-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 41.32%
GREEN value IS 6 (2.73% from 255) = 3.59%
BLUE value IS 92 (36.33% from 255) = 55.09%
R=41.32%
G=3.59%
B=55.09%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal696920.250.9300.64283.9587.7619.22
Hex4565C195D04011c5813
Octal105613431135010043413023
Binary1000101110101110011001101110101000000100011100101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45065C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45065C; }

 p { color: rgb(69,6,92); }

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

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

 a { background-color: rgb(69,6,92); }

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

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

 span { border-color: rgb(69,6,92); }

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