#450356

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

Shades of Scarlet Gum #450356

Tints of Scarlet Gum #450356

Color information

#450356 (or 0x450356) is unknown color: approx Scarlet Gum. HEX triplet: 45, 03 and 56. RGB value is (69,3,86). Sum of RGB (Red+Green+Blue) = 69+3+86=158 (20% of max value = 765). Red value is 69 (27.34% from 255 or 43.67% from 158); Green value is 3 (1.56% from 255 or 1.90% from 158); Blue value is 86 (33.98% from 255 or 54.43% from 158); Max value from RGB is 86 - color contains mainly: blue. Hex color #450356 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450356 is #BAFCA9. Grayscale: #1F1F1F. Windows color (decimal): -12254378 or 5636933. OLE color: 5636933.

HSL color Cylindrical-coordinate representation of color #450356: hue angle of 287.71º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #450356 is Cyan = 0.20, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB69386-
CMYK0.200.9700.66
HSL287.71º93.26%17.45%-
HSV(B)287.71º96.51%33.73%-
XYZ4.1728.97-
YUV32.2158.37154.25-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 43.67%
GREEN value IS 3 (1.56% from 255) = 1.90%
BLUE value IS 86 (33.98% from 255) = 54.43%
R=43.67%
G=1.90%
B=54.43%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal693860.200.9700.66287.7193.2617.45
Hex4535614610421205d11
Octal105312624141010244013521
Binary100010111101011010100110000101000010100100000101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450356; }

 p { color: rgb(69,3,86); }

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

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

 a { background-color: rgb(69,3,86); }

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

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

 span { border-color: rgb(69,3,86); }

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