Html Css Color HEX #401651 Scarlet Gum

📋 copy color: '#401651'

red 64 ◦ green 22 ◦ blue 81

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

Shades of Scarlet Gum #401651

Tints of Scarlet Gum #401651

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.17%

 BLUE value IS 81 (32.03% from 255) = 48.5%

R = 38.32%
G = 13.17%
B = 48.5%

CMYK

 C value IS 0.21

 M value IS 0.73

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#401651 (or 0x401651) is known color: Scarlet Gum. HEX triplet: 40, 16 and 51. RGB value is (64,22,81). Sum of RGB (Red+Green+Blue) = 64+22+81=167 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.32% from 167); Green value is 22 (8.98% from 255 or 13.17% from 167); Blue value is 81 (32.03% from 255 or 48.50% from 167); Max value from RGB is 81 - color contains mainly: blue. Hex color #401651 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401651 is #BFE9AE. Grayscale: #292929. Windows color (decimal): -12577199 or 5314112. OLE color: 5314112.

HSL color Cylindrical-coordinate representation of color #401651: hue angle of 282.71º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #401651 is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 64 22 81 -
CMYK 0.21 0.73 0 0.68
HSL 282.71º 0.57% 0.2% -
HSV(B) 282.71º 0.73% 0.32% -
XYZ 3.89 2.26 8.02 -
YUV 41.28 150.41 144.2 -
System Red Green Blue C M Y K H S L
Decimal 64 22 81 0.21 0.73 0 0.68 282.71 0.57 0.2
Hex 40 16 51 15 49 0 44 11B 39 14
Octal 100 26 121 25 111 0 104 433 71 24
Binary 1000000 10110 1010001 10101 1001001 0 1000100 100011011 111001 10100

Color Harmonies of #401651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401651

Black with #401651

Text Example


Text Example

White with #401651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401651; }

 p { color: rgb(64,22,81); }

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

background-color css

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

 a { background-color: rgb(64,22,81); }

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

border-color css

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

 span { border-color: rgb(64,22,81); }

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