Html Css Color HEX #401556 Scarlet Gum

📋 copy color: '#401556'

red 64 ◦ green 21 ◦ blue 86

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

Shades of Scarlet Gum #401556

Tints of Scarlet Gum #401556

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.28%

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

R = 37.43%
G = 12.28%
B = 50.29%

CMYK

 C value IS 0.26

 M value IS 0.76

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#401556 (or 0x401556) is known color: Scarlet Gum. HEX triplet: 40, 15 and 56. RGB value is (64,21,86). Sum of RGB (Red+Green+Blue) = 64+21+86=171 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.43% from 171); Green value is 21 (8.59% from 255 or 12.28% from 171); Blue value is 86 (33.98% from 255 or 50.29% from 171); Max value from RGB is 86 - color contains mainly: blue. Hex color #401556 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401556 is #BFEAA9. Grayscale: #292929. Windows color (decimal): -12577450 or 5641536. OLE color: 5641536.

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

Color convert

RGB 64 21 86 -
CMYK 0.26 0.76 0 0.66
HSL 279.69º 0.61% 0.21% -
HSV(B) 279.69º 0.76% 0.34% -
XYZ 4.06 2.3 9.03 -
YUV 41.27 153.25 144.21 -
System Red Green Blue C M Y K H S L
Decimal 64 21 86 0.26 0.76 0 0.66 279.69 0.61 0.21
Hex 40 15 56 1A 4C 0 42 118 3D 15
Octal 100 25 126 32 114 0 102 430 75 25
Binary 1000000 10101 1010110 11010 1001100 0 1000010 100011000 111101 10101

Color Harmonies of #401556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401556

Black with #401556

Text Example


Text Example

White with #401556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401556; }

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

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

background-color css

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

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

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

border-color css

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

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

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