#451351

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

Shades of Scarlet Gum #451351

Tints of Scarlet Gum #451351

Color information

#451351 (or 0x451351) is unknown color: approx Scarlet Gum. HEX triplet: 45, 13 and 51. RGB value is (69,19,81). Sum of RGB (Red+Green+Blue) = 69+19+81=169 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.83% from 169); Green value is 19 (7.81% from 255 or 11.24% from 169); Blue value is 81 (32.03% from 255 or 47.93% from 169); Max value from RGB is 81 - color contains mainly: blue. Hex color #451351 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451351 is #BAECAE. Grayscale: #282828. Windows color (decimal): -12250287 or 5313349. OLE color: 5313349.

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

Color convert

RGB691981-
CMYK0.150.7700.68
HSL288.39º62%19.61%-
HSV(B)288.39º76.54%31.76%-
XYZ4.172.338.01-
YUV41.02150.56147.96-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 40.83%
GREEN value IS 19 (7.81% from 255) = 11.24%
BLUE value IS 81 (32.03% from 255) = 47.93%
R=40.83%
G=11.24%
B=47.93%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6919810.150.7700.68288.396219.61
Hex451351F4D0441203e14
Octal105231211711501044407624
Binary1000101100111010001111110011010100010010010000011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451351; }

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

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

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

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

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

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

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

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