#451561

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

Shades of Scarlet Gum #451561

Tints of Scarlet Gum #451561

Color information

#451561 (or 0x451561) is unknown color: approx Scarlet Gum. HEX triplet: 45, 15 and 61. RGB value is (69,21,97). Sum of RGB (Red+Green+Blue) = 69+21+97=187 (24% of max value = 765). Red value is 69 (27.34% from 255 or 36.90% from 187); Green value is 21 (8.59% from 255 or 11.23% from 187); Blue value is 97 (38.28% from 255 or 51.87% from 187); Max value from RGB is 97 - color contains mainly: blue. Hex color #451561 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451561 is #BAEA9E. Grayscale: #2B2B2B. Windows color (decimal): -12249759 or 6362437. OLE color: 6362437.

HSL color Cylindrical-coordinate representation of color #451561: hue angle of 277.89º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #451561 is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB692197-
CMYK0.290.7800.62
HSL277.89º64.41%23.14%-
HSV(B)277.89º78.35%38.04%-
XYZ4.882.6611.57-
YUV44.02157.9145.82-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 36.90%
GREEN value IS 21 (8.59% from 255) = 11.23%
BLUE value IS 97 (38.28% from 255) = 51.87%
R=36.90%
G=11.23%
B=51.87%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6921970.290.7800.62277.8964.4123.14
Hex4515611D4E03E1164017
Octal105251413511607642610027
Binary10001011010111000011110110011100111110100010110100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451561; }

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

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

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

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

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

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

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

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