#451451

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

Shades of Scarlet Gum #451451

Tints of Scarlet Gum #451451

Color information

#451451 (or 0x451451) is unknown color: approx Scarlet Gum. HEX triplet: 45, 14 and 51. RGB value is (69,20,81). Sum of RGB (Red+Green+Blue) = 69+20+81=170 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.59% from 170); Green value is 20 (8.20% from 255 or 11.76% from 170); Blue value is 81 (32.03% from 255 or 47.65% from 170); Max value from RGB is 81 - color contains mainly: blue. Hex color #451451 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451451 is #BAEBAE. Grayscale: #292929. Windows color (decimal): -12250031 or 5313605. OLE color: 5313605.

HSL color Cylindrical-coordinate representation of color #451451: hue angle of 288.2º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #451451 is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB692081-
CMYK0.150.7500.68
HSL288.2º60.4%19.8%-
HSV(B)288.2º75.31%31.76%-
XYZ4.192.368.02-
YUV41.6150.23147.54-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 40.59%
GREEN value IS 20 (8.20% from 255) = 11.76%
BLUE value IS 81 (32.03% from 255) = 47.65%
R=40.59%
G=11.76%
B=47.65%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6920810.150.7500.68288.260.419.8
Hex451451F4B0441203c14
Octal105241211711301044407424
Binary1000101101001010001111110010110100010010010000011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451451; }

 p { color: rgb(69,20,81); }

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

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

 a { background-color: rgb(69,20,81); }

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

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

 span { border-color: rgb(69,20,81); }

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