#40194B

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

Shades of Scarlet Gum #40194B

Tints of Scarlet Gum #40194B

Color information

#40194B (or 0x40194B) is unknown color: approx Scarlet Gum. HEX triplet: 40, 19 and 4B. RGB value is (64,25,75). Sum of RGB (Red+Green+Blue) = 64+25+75=164 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.02% from 164); Green value is 25 (10.16% from 255 or 15.24% from 164); Blue value is 75 (29.69% from 255 or 45.73% from 164); Max value from RGB is 75 - color contains mainly: blue. Hex color #40194B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40194B is #BFE6B4. Grayscale: #2A2A2A. Windows color (decimal): -12576437 or 4921664. OLE color: 4921664.

HSL color Cylindrical-coordinate representation of color #40194B: hue angle of 286.8º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40194B is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB642575-
CMYK0.150.6700.71
HSL286.8º50%19.61%-
HSV(B)286.8º66.67%29.41%-
XYZ3.732.296.9-
YUV42.36146.42143.43-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 39.02%
GREEN value IS 25 (10.16% from 255) = 15.24%
BLUE value IS 75 (29.69% from 255) = 45.73%
R=39.02%
G=15.24%
B=45.73%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6425750.150.6700.71286.85019.61
Hex40194BF4304711f3214
Octal100311131710301074376224
Binary1000000110011001011111110000110100011110001111111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40194B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40194B; }

 p { color: rgb(64,25,75); }

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

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

 a { background-color: rgb(64,25,75); }

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

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

 span { border-color: rgb(64,25,75); }

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