#400B59

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

Shades of Scarlet Gum #400B59

Tints of Scarlet Gum #400B59

Color information

#400B59 (or 0x400B59) is unknown color: approx Scarlet Gum. HEX triplet: 40, 0B and 59. RGB value is (64,11,89). Sum of RGB (Red+Green+Blue) = 64+11+89=164 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.02% from 164); Green value is 11 (4.69% from 255 or 6.71% from 164); Blue value is 89 (35.16% from 255 or 54.27% from 164); Max value from RGB is 89 - color contains mainly: blue. Hex color #400B59 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400B59 is #BFF4A6. Grayscale: #232323. Windows color (decimal): -12580007 or 5835584. OLE color: 5835584.

HSL color Cylindrical-coordinate representation of color #400B59: hue angle of 280.77º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #400B59 is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB641189-
CMYK0.280.8800.65
HSL280.77º78%19.61%-
HSV(B)280.77º87.64%34.9%-
XYZ4.042.059.63-
YUV35.74158.06148.16-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 39.02%
GREEN value IS 11 (4.69% from 255) = 6.71%
BLUE value IS 89 (35.16% from 255) = 54.27%
R=39.02%
G=6.71%
B=54.27%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6411890.280.8800.65280.777819.61
Hex40B591C580411194e14
Octal1001313134130010143111624
Binary10000001011101100111100101100001000001100011001100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400B59; }

 p { color: rgb(64,11,89); }

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

<style>
 a { background-color: #400B59; }

 a { background-color: rgb(64,11,89); }

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

<style>
 span { border-color: #400B59; }

 span { border-color: rgb(64,11,89); }

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