Html Css Color HEX #401059 Scarlet Gum

📋 copy color: '#401059'

red 64 ◦ green 16 ◦ blue 89

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

Shades of Scarlet Gum #401059

Tints of Scarlet Gum #401059

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.47%

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

R = 37.87%
G = 9.47%
B = 52.66%

CMYK

 C value IS 0.28

 M value IS 0.82

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#401059 (or 0x401059) is known color: Scarlet Gum. HEX triplet: 40, 10 and 59. RGB value is (64,16,89). Sum of RGB (Red+Green+Blue) = 64+16+89=169 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.87% from 169); Green value is 16 (6.64% from 255 or 9.47% from 169); Blue value is 89 (35.16% from 255 or 52.66% from 169); Max value from RGB is 89 - color contains mainly: blue. Hex color #401059 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401059 is #BFEFA6. Grayscale: #262626. Windows color (decimal): -12578727 or 5836864. OLE color: 5836864.

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

Color convert

RGB 64 16 89 -
CMYK 0.28 0.82 0 0.65
HSL 279.45º 0.7% 0.21% -
HSV(B) 279.45º 0.82% 0.35% -
XYZ 4.1 2.18 9.66 -
YUV 38.67 156.4 146.06 -
System Red Green Blue C M Y K H S L
Decimal 64 16 89 0.28 0.82 0 0.65 279.45 0.7 0.21
Hex 40 10 59 1C 52 0 41 117 46 15
Octal 100 20 131 34 122 0 101 427 106 25
Binary 1000000 10000 1011001 11100 1010010 0 1000001 100010111 1000110 10101

Color Harmonies of #401059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401059

Black with #401059

Text Example


Text Example

White with #401059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401059; }

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

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

background-color css

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

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

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

border-color css

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

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

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