#450359

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

Shades of Scarlet Gum #450359

Tints of Scarlet Gum #450359

Color information

#450359 (or 0x450359) is unknown color: approx Scarlet Gum. HEX triplet: 45, 03 and 59. RGB value is (69,3,89). Sum of RGB (Red+Green+Blue) = 69+3+89=161 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.86% from 161); Green value is 3 (1.56% from 255 or 1.86% from 161); Blue value is 89 (35.16% from 255 or 55.28% from 161); Max value from RGB is 89 - color contains mainly: blue. Hex color #450359 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450359 is #BAFCA6. Grayscale: #202020. Windows color (decimal): -12254375 or 5833541. OLE color: 5833541.

HSL color Cylindrical-coordinate representation of color #450359: hue angle of 286.05º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #450359 is Cyan = 0.22, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB69389-
CMYK0.220.9700.65
HSL286.05º93.48%18.04%-
HSV(B)286.05º96.63%34.9%-
XYZ4.292.059.62-
YUV32.54159.87154.01-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 42.86%
GREEN value IS 3 (1.56% from 255) = 1.86%
BLUE value IS 89 (35.16% from 255) = 55.28%
R=42.86%
G=1.86%
B=55.28%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal693890.220.9700.65286.0593.4818.04
Hex45359166104111e5d12
Octal105313126141010143613522
Binary100010111101100110110110000101000001100011110101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450359; }

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

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

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

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

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

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

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

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