#451061

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

Shades of Scarlet Gum #451061

Tints of Scarlet Gum #451061

Color information

#451061 (or 0x451061) is unknown color: approx Scarlet Gum. HEX triplet: 45, 10 and 61. RGB value is (69,16,97). Sum of RGB (Red+Green+Blue) = 69+16+97=182 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.91% from 182); Green value is 16 (6.64% from 255 or 8.79% from 182); Blue value is 97 (38.28% from 255 or 53.30% from 182); Max value from RGB is 97 - color contains mainly: blue. Hex color #451061 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451061 is #BAEF9E. Grayscale: #282828. Windows color (decimal): -12251039 or 6361157. OLE color: 6361157.

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

Color convert

RGB691697-
CMYK0.290.8400.62
HSL279.26º71.68%22.16%-
HSV(B)279.26º83.51%38.04%-
XYZ4.82.511.54-
YUV41.08159.56147.91-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 37.91%
GREEN value IS 16 (6.64% from 255) = 8.79%
BLUE value IS 97 (38.28% from 255) = 53.30%
R=37.91%
G=8.79%
B=53.30%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6916970.290.8400.62279.2671.6822.16
Hex4510611D5403E1174816
Octal105201413512407642711026
Binary10001011000011000011110110101000111110100010111100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451061; }

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

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

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

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

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

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

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

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