Html Css Color HEX #401256 Scarlet Gum

📋 copy color: '#401256'

red 64 ◦ green 18 ◦ blue 86

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

Shades of Scarlet Gum #401256

Tints of Scarlet Gum #401256

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.71%

 BLUE value IS 86 (33.98% from 255) = 51.19%

R = 38.1%
G = 10.71%
B = 51.19%

CMYK

 C value IS 0.26

 M value IS 0.79

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#401256 (or 0x401256) is known color: Scarlet Gum. HEX triplet: 40, 12 and 56. RGB value is (64,18,86). Sum of RGB (Red+Green+Blue) = 64+18+86=168 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.10% from 168); Green value is 18 (7.42% from 255 or 10.71% from 168); Blue value is 86 (33.98% from 255 or 51.19% from 168); Max value from RGB is 86 - color contains mainly: blue. Hex color #401256 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401256 is #BFEDA9. Grayscale: #272727. Windows color (decimal): -12578218 or 5640768. OLE color: 5640768.

HSL color Cylindrical-coordinate representation of color #401256: hue angle of 280.59º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #401256 is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 64 18 86 -
CMYK 0.26 0.79 0 0.66
HSL 280.59º 0.65% 0.2% -
HSV(B) 280.59º 0.79% 0.34% -
XYZ 4.01 2.19 9.02 -
YUV 39.51 154.24 145.47 -
System Red Green Blue C M Y K H S L
Decimal 64 18 86 0.26 0.79 0 0.66 280.59 0.65 0.2
Hex 40 12 56 1A 4F 0 42 119 41 14
Octal 100 22 126 32 117 0 102 431 101 24
Binary 1000000 10010 1010110 11010 1001111 0 1000010 100011001 1000001 10100

Color Harmonies of #401256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401256

Black with #401256

Text Example


Text Example

White with #401256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401256; }

 p { color: rgb(64,18,86); }

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

background-color css

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

 a { background-color: rgb(64,18,86); }

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

border-color css

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

 span { border-color: rgb(64,18,86); }

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