Html Css Color HEX #400B59 Scarlet Gum

📋 copy color: '#400B59'

red 64 ◦ green 11 ◦ blue 89

#400B59
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scarlet Gum #400B59

Tints of Scarlet Gum #400B59

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 value IS 0.28

 M value IS 0.88

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#400B59 (or 0x400B59) is known color: 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

RGB 64 11 89 -
CMYK 0.28 0.88 0 0.65
HSL 280.77º 0.78% 0.2% -
HSV(B) 280.77º 0.88% 0.35% -
XYZ 4.04 2.05 9.63 -
YUV 35.74 158.06 148.16 -
System Red Green Blue C M Y K H S L
Decimal 64 11 89 0.28 0.88 0 0.65 280.77 0.78 0.2
Hex 40 B 59 1C 58 0 41 119 4E 14
Octal 100 13 131 34 130 0 101 431 116 24
Binary 1000000 1011 1011001 11100 1011000 0 1000001 100011001 1001110 10100

Color Harmonies of #400B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400B59

Black with #400B59

Text Example


Text Example

White with #400B59

Text Example


Text Example

HTML Codes & Css Web 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>