Html Css Color HEX #400F59 Scarlet Gum

📋 copy color: '#400F59'

red 64 ◦ green 15 ◦ blue 89

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

Shades of Scarlet Gum #400F59

Tints of Scarlet Gum #400F59

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.93%

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

R = 38.1%
G = 8.93%
B = 52.98%

CMYK

 C value IS 0.28

 M value IS 0.83

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#400F59 (or 0x400F59) is known color: Scarlet Gum. HEX triplet: 40, 0F and 59. RGB value is (64,15,89). Sum of RGB (Red+Green+Blue) = 64+15+89=168 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.10% from 168); Green value is 15 (6.25% from 255 or 8.93% from 168); Blue value is 89 (35.16% from 255 or 52.98% from 168); Max value from RGB is 89 - color contains mainly: blue. Hex color #400F59 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400F59 is #BFF0A6. Grayscale: #252525. Windows color (decimal): -12578983 or 5836608. OLE color: 5836608.

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

Color convert

RGB 64 15 89 -
CMYK 0.28 0.83 0 0.65
HSL 279.73º 0.71% 0.2% -
HSV(B) 279.73º 0.83% 0.35% -
XYZ 4.09 2.15 9.65 -
YUV 38.09 156.73 146.48 -
System Red Green Blue C M Y K H S L
Decimal 64 15 89 0.28 0.83 0 0.65 279.73 0.71 0.2
Hex 40 F 59 1C 53 0 41 118 47 14
Octal 100 17 131 34 123 0 101 430 107 24
Binary 1000000 1111 1011001 11100 1010011 0 1000001 100011000 1000111 10100

Color Harmonies of #400F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400F59

Black with #400F59

Text Example


Text Example

White with #400F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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