#450D62

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

Shades of Scarlet Gum #450D62

Tints of Scarlet Gum #450D62

Color information

#450D62 (or 0x450D62) is unknown color: approx Scarlet Gum. HEX triplet: 45, 0D and 62. RGB value is (69,13,98). Sum of RGB (Red+Green+Blue) = 69+13+98=180 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.33% from 180); Green value is 13 (5.47% from 255 or 7.22% from 180); Blue value is 98 (38.67% from 255 or 54.44% from 180); Max value from RGB is 98 - color contains mainly: blue. Hex color #450D62 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450D62 is #BAF29D. Grayscale: #272727. Windows color (decimal): -12251806 or 6425925. OLE color: 6425925.

HSL color Cylindrical-coordinate representation of color #450D62: hue angle of 279.53º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #450D62 is Cyan = 0.30, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB691398-
CMYK0.300.8700.62
HSL279.53º76.58%21.76%-
HSV(B)279.53º86.73%38.43%-
XYZ4.82.4311.77-
YUV39.43161.05149.09-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 38.33%
GREEN value IS 13 (5.47% from 255) = 7.22%
BLUE value IS 98 (38.67% from 255) = 54.44%
R=38.33%
G=7.22%
B=54.44%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6913980.300.8700.62279.5376.5821.76
Hex45D621E5703E1184d16
Octal105151423612707643011526
Binary1000101110111000101111010101110111110100011000100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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