Html Css Color HEX #400859 Scarlet Gum

📋 copy color: '#400859'

red 64 ◦ green 8 ◦ blue 89

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

Shades of Scarlet Gum #400859

Tints of Scarlet Gum #400859

RGB

 RED value IS 64 (25.39% from 255) = 39.75%

 GREEN value IS 8 (3.52% from 255) = 4.97%

 BLUE value IS 89 (35.16% from 255) = 55.28%

R = 39.75%
G = 4.97%
B = 55.28%

CMYK

 C value IS 0.28

 M value IS 0.91

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#400859 (or 0x400859) is known color: Scarlet Gum. HEX triplet: 40, 08 and 59. RGB value is (64,8,89). Sum of RGB (Red+Green+Blue) = 64+8+89=161 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.75% from 161); Green value is 8 (3.52% from 255 or 4.97% from 161); Blue value is 89 (35.16% from 255 or 55.28% from 161); Max value from RGB is 89 - color contains mainly: blue. Hex color #400859 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400859 is #BFF7A6. Grayscale: #212121. Windows color (decimal): -12580775 or 5834816. OLE color: 5834816.

HSL color Cylindrical-coordinate representation of color #400859: hue angle of 281.48º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #400859 is Cyan = 0.28, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 64 8 89 -
CMYK 0.28 0.91 0 0.65
HSL 281.48º 0.84% 0.19% -
HSV(B) 281.48º 0.91% 0.35% -
XYZ 4 1.98 9.62 -
YUV 33.98 159.05 149.41 -
System Red Green Blue C M Y K H S L
Decimal 64 8 89 0.28 0.91 0 0.65 281.48 0.84 0.19
Hex 40 8 59 1C 5B 0 41 119 54 13
Octal 100 10 131 34 133 0 101 431 124 23
Binary 1000000 1000 1011001 11100 1011011 0 1000001 100011001 1010100 10011

Color Harmonies of #400859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400859

Black with #400859

Text Example


Text Example

White with #400859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400859; }

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

 H1.HeaderClassName
 {
   color: #400859;
 }
 .AnyTagClassName
 {
   color: #400859;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #400859;
 }
 .BgClassName
 {
   background-color: #400859;
 }
</style>

border-color css

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

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

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