#451958

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

Shades of Scarlet Gum #451958

Tints of Scarlet Gum #451958

Color information

#451958 (or 0x451958) is unknown color: approx Scarlet Gum. HEX triplet: 45, 19 and 58. RGB value is (69,25,88). Sum of RGB (Red+Green+Blue) = 69+25+88=182 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.91% from 182); Green value is 25 (10.16% from 255 or 13.74% from 182); Blue value is 88 (34.77% from 255 or 48.35% from 182); Max value from RGB is 88 - color contains mainly: blue. Hex color #451958 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451958 is #BAE6A7. Grayscale: #2D2D2D. Windows color (decimal): -12248744 or 5773637. OLE color: 5773637.

HSL color Cylindrical-coordinate representation of color #451958: hue angle of 281.9º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #451958 is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB692588-
CMYK0.220.7200.65
HSL281.9º55.75%22.16%-
HSV(B)281.9º71.59%34.51%-
XYZ4.562.679.51-
YUV45.34152.08144.88-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 37.91%
GREEN value IS 25 (10.16% from 255) = 13.74%
BLUE value IS 88 (34.77% from 255) = 48.35%
R=37.91%
G=13.74%
B=48.35%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6925880.220.7200.65281.955.7522.16
Hex451958164804111a3816
Octal105311302611001014327026
Binary10001011100110110001011010010000100000110001101011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451958; }

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

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

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

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

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

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

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

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