#40184B

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

Shades of Scarlet Gum #40184B

Tints of Scarlet Gum #40184B

Color information

#40184B (or 0x40184B) is unknown color: approx Scarlet Gum. HEX triplet: 40, 18 and 4B. RGB value is (64,24,75). Sum of RGB (Red+Green+Blue) = 64+24+75=163 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.26% from 163); Green value is 24 (9.77% from 255 or 14.72% from 163); Blue value is 75 (29.69% from 255 or 46.01% from 163); Max value from RGB is 75 - color contains mainly: blue. Hex color #40184B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40184B is #BFE7B4. Grayscale: #292929. Windows color (decimal): -12576693 or 4921408. OLE color: 4921408.

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

Color convert

RGB642475-
CMYK0.150.6800.71
HSL287.06º51.52%19.41%-
HSV(B)287.06º68%29.41%-
XYZ3.712.256.9-
YUV41.77146.75143.85-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 39.26%
GREEN value IS 24 (9.77% from 255) = 14.72%
BLUE value IS 75 (29.69% from 255) = 46.01%
R=39.26%
G=14.72%
B=46.01%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6424750.150.6800.71287.0651.5219.41
Hex40184BF4404711f3413
Octal100301131710401074376423
Binary1000000110001001011111110001000100011110001111111010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40184B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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