#40184D

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

Shades of Scarlet Gum #40184D

Tints of Scarlet Gum #40184D

Color information

#40184D (or 0x40184D) is unknown color: approx Scarlet Gum. HEX triplet: 40, 18 and 4D. RGB value is (64,24,77). Sum of RGB (Red+Green+Blue) = 64+24+77=165 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.79% from 165); Green value is 24 (9.77% from 255 or 14.55% from 165); Blue value is 77 (30.47% from 255 or 46.67% from 165); Max value from RGB is 77 - color contains mainly: blue. Hex color #40184D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40184D is #BFE7B2. Grayscale: #292929. Windows color (decimal): -12576691 or 5052480. OLE color: 5052480.

HSL color Cylindrical-coordinate representation of color #40184D: hue angle of 285.28º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40184D is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB642477-
CMYK0.170.6900.70
HSL285.28º52.48%19.8%-
HSV(B)285.28º68.83%30.2%-
XYZ3.782.287.26-
YUV42147.75143.69-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 38.79%
GREEN value IS 24 (9.77% from 255) = 14.55%
BLUE value IS 77 (30.47% from 255) = 46.67%
R=38.79%
G=14.55%
B=46.67%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6424770.170.6900.70285.2852.4819.8
Hex40184D114504611d3414
Octal100301152110501064356424
Binary10000001100010011011000110001010100011010001110111010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40184D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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