#40154F

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

Shades of Scarlet Gum #40154F

Tints of Scarlet Gum #40154F

Color information

#40154F (or 0x40154F) is unknown color: approx Scarlet Gum. HEX triplet: 40, 15 and 4F. RGB value is (64,21,79). Sum of RGB (Red+Green+Blue) = 64+21+79=164 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.02% from 164); Green value is 21 (8.59% from 255 or 12.80% from 164); Blue value is 79 (31.25% from 255 or 48.17% from 164); Max value from RGB is 79 - color contains mainly: blue. Hex color #40154F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40154F is #BFEAB0. Grayscale: #282828. Windows color (decimal): -12577457 or 5182784. OLE color: 5182784.

HSL color Cylindrical-coordinate representation of color #40154F: hue angle of 284.48º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40154F is Cyan = 0.19, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB642179-
CMYK0.190.7300.69
HSL284.48º58%19.61%-
HSV(B)284.48º73.42%30.98%-
XYZ3.792.197.62-
YUV40.47149.75144.78-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 39.02%
GREEN value IS 21 (8.59% from 255) = 12.80%
BLUE value IS 79 (31.25% from 255) = 48.17%
R=39.02%
G=12.80%
B=48.17%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6421790.190.7300.69284.485819.61
Hex40154F134904511c3a14
Octal100251172311101054347224
Binary10000001010110011111001110010010100010110001110011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40154F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40154F; }

 p { color: rgb(64,21,79); }

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

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

 a { background-color: rgb(64,21,79); }

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

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

 span { border-color: rgb(64,21,79); }

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