#450D54

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

Shades of Scarlet Gum #450D54

Tints of Scarlet Gum #450D54

Color information

#450D54 (or 0x450D54) is unknown color: approx Scarlet Gum. HEX triplet: 45, 0D and 54. RGB value is (69,13,84). Sum of RGB (Red+Green+Blue) = 69+13+84=166 (21% of max value = 765). Red value is 69 (27.34% from 255 or 41.57% from 166); Green value is 13 (5.47% from 255 or 7.83% from 166); Blue value is 84 (33.20% from 255 or 50.60% from 166); Max value from RGB is 84 - color contains mainly: blue. Hex color #450D54 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450D54 is #BAF2AB. Grayscale: #252525. Windows color (decimal): -12251820 or 5508421. OLE color: 5508421.

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

Color convert

RGB691384-
CMYK0.180.8500.67
HSL287.32º73.2%19.02%-
HSV(B)287.32º84.52%32.94%-
XYZ4.22.198.59-
YUV37.84154.05150.23-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 41.57%
GREEN value IS 13 (5.47% from 255) = 7.83%
BLUE value IS 84 (33.20% from 255) = 50.60%
R=41.57%
G=7.83%
B=50.60%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6913840.180.8500.67287.3273.219.02
Hex45D54125504311f4913
Octal1051512422125010343711123
Binary10001011101101010010010101010101000011100011111100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450D54; }

 p { color: rgb(69,13,84); }

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

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

 a { background-color: rgb(69,13,84); }

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

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

 span { border-color: rgb(69,13,84); }

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