#451951

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

Shades of Scarlet Gum #451951

Tints of Scarlet Gum #451951

Color information

#451951 (or 0x451951) is unknown color: approx Scarlet Gum. HEX triplet: 45, 19 and 51. RGB value is (69,25,81). Sum of RGB (Red+Green+Blue) = 69+25+81=175 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.43% from 175); Green value is 25 (10.16% from 255 or 14.29% from 175); Blue value is 81 (32.03% from 255 or 46.29% from 175); Max value from RGB is 81 - color contains mainly: blue. Hex color #451951 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451951 is #BAE6AE. Grayscale: #2C2C2C. Windows color (decimal): -12248751 or 5314885. OLE color: 5314885.

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

Color convert

RGB692581-
CMYK0.150.6900.68
HSL287.14º52.83%20.78%-
HSV(B)287.14º69.14%31.76%-
XYZ4.292.558.05-
YUV44.54148.58145.45-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 39.43%
GREEN value IS 25 (10.16% from 255) = 14.29%
BLUE value IS 81 (32.03% from 255) = 46.29%
R=39.43%
G=14.29%
B=46.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6925810.150.6900.68287.1452.8320.78
Hex451951F4504411f3515
Octal105311211710501044376525
Binary1000101110011010001111110001010100010010001111111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451951; }

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

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

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

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

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

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

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

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