#451962

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

Shades of Scarlet Gum #451962

Tints of Scarlet Gum #451962

Color information

#451962 (or 0x451962) is unknown color: approx Scarlet Gum. HEX triplet: 45, 19 and 62. RGB value is (69,25,98). Sum of RGB (Red+Green+Blue) = 69+25+98=192 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.94% from 192); Green value is 25 (10.16% from 255 or 13.02% from 192); Blue value is 98 (38.67% from 255 or 51.04% from 192); Max value from RGB is 98 - color contains mainly: blue. Hex color #451962 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451962 is #BAE69D. Grayscale: #2E2E2E. Windows color (decimal): -12248734 or 6428997. OLE color: 6428997.

HSL color Cylindrical-coordinate representation of color #451962: hue angle of 276.16º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #451962 is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB692598-
CMYK0.300.7400.62
HSL276.16º59.35%24.12%-
HSV(B)276.16º74.49%38.43%-
XYZ5.012.8411.84-
YUV46.48157.08144.06-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 35.94%
GREEN value IS 25 (10.16% from 255) = 13.02%
BLUE value IS 98 (38.67% from 255) = 51.04%
R=35.94%
G=13.02%
B=51.04%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6925980.300.7400.62276.1659.3524.12
Hex4519621E4A03E1143b18
Octal10531142361120764247330
Binary1000101110011100010111101001010011111010001010011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451962; }

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

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

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

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

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

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

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

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