#451955

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

Shades of Scarlet Gum #451955

Tints of Scarlet Gum #451955

Color information

#451955 (or 0x451955) is unknown color: approx Scarlet Gum. HEX triplet: 45, 19 and 55. RGB value is (69,25,85). Sum of RGB (Red+Green+Blue) = 69+25+85=179 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.55% from 179); Green value is 25 (10.16% from 255 or 13.97% from 179); Blue value is 85 (33.59% from 255 or 47.49% from 179); Max value from RGB is 85 - color contains mainly: blue. Hex color #451955 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451955 is #BAE6AA. Grayscale: #2C2C2C. Windows color (decimal): -12248747 or 5577029. OLE color: 5577029.

HSL color Cylindrical-coordinate representation of color #451955: hue angle of 284º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #451955 is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB692585-
CMYK0.190.7100.67
HSL284º54.55%21.57%-
HSV(B)284º70.59%33.33%-
XYZ4.442.628.87-
YUV45150.58145.12-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 38.55%
GREEN value IS 25 (10.16% from 255) = 13.97%
BLUE value IS 85 (33.59% from 255) = 47.49%
R=38.55%
G=13.97%
B=47.49%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6925850.190.7100.6728454.5521.57
Hex451955134704311c3716
Octal105311252310701034346726
Binary10001011100110101011001110001110100001110001110011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451955; }

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

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

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

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

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

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

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

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