#40184F

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

Shades of Scarlet Gum #40184F

Tints of Scarlet Gum #40184F

Color information

#40184F (or 0x40184F) is unknown color: approx Scarlet Gum. HEX triplet: 40, 18 and 4F. RGB value is (64,24,79). Sum of RGB (Red+Green+Blue) = 64+24+79=167 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.32% from 167); Green value is 24 (9.77% from 255 or 14.37% from 167); Blue value is 79 (31.25% from 255 or 47.31% from 167); Max value from RGB is 79 - color contains mainly: blue. Hex color #40184F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40184F is #BFE7B0. Grayscale: #2A2A2A. Windows color (decimal): -12576689 or 5183552. OLE color: 5183552.

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

Color convert

RGB642479-
CMYK0.190.7000.69
HSL283.64º53.4%20.2%-
HSV(B)283.64º69.62%30.98%-
XYZ3.852.317.64-
YUV42.23148.75143.53-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 38.32%
GREEN value IS 24 (9.77% from 255) = 14.37%
BLUE value IS 79 (31.25% from 255) = 47.31%
R=38.32%
G=14.37%
B=47.31%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6424790.190.7000.69283.6453.420.2
Hex40184F134604511c3514
Octal100301172310601054346524
Binary10000001100010011111001110001100100010110001110011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40184F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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