#451961

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

Shades of Scarlet Gum #451961

Tints of Scarlet Gum #451961

Color information

#451961 (or 0x451961) is unknown color: approx Scarlet Gum. HEX triplet: 45, 19 and 61. RGB value is (69,25,97). Sum of RGB (Red+Green+Blue) = 69+25+97=191 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.13% from 191); Green value is 25 (10.16% from 255 or 13.09% from 191); Blue value is 97 (38.28% from 255 or 50.79% from 191); Max value from RGB is 97 - color contains mainly: blue. Hex color #451961 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451961 is #BAE69E. Grayscale: #2E2E2E. Windows color (decimal): -12248735 or 6363461. OLE color: 6363461.

HSL color Cylindrical-coordinate representation of color #451961: hue angle of 276.67º 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 #451961 is Cyan = 0.29, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB692597-
CMYK0.290.7400.62
HSL276.67º59.02%23.92%-
HSV(B)276.67º74.23%38.04%-
XYZ4.962.8211.59-
YUV46.36156.58144.15-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 36.13%
GREEN value IS 25 (10.16% from 255) = 13.09%
BLUE value IS 97 (38.28% from 255) = 50.79%
R=36.13%
G=13.09%
B=50.79%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6925970.290.7400.62276.6759.0223.92
Hex4519611D4A03E1153b18
Octal10531141351120764257330
Binary1000101110011100001111011001010011111010001010111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451961; }

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

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

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

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

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

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

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

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