Html Css Color HEX #401B51 Scarlet Gum

📋 copy color: '#401B51'

red 64 ◦ green 27 ◦ blue 81

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

Shades of Scarlet Gum #401B51

Tints of Scarlet Gum #401B51

RGB

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

 GREEN value IS 27 (10.94% from 255) = 15.7%

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

R = 37.21%
G = 15.7%
B = 47.09%

CMYK

 C value IS 0.21

 M value IS 0.67

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#401B51 (or 0x401B51) is known color: Scarlet Gum. HEX triplet: 40, 1B and 51. RGB value is (64,27,81). Sum of RGB (Red+Green+Blue) = 64+27+81=172 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.21% from 172); Green value is 27 (10.94% from 255 or 15.70% from 172); Blue value is 81 (32.03% from 255 or 47.09% from 172); Max value from RGB is 81 - color contains mainly: blue. Hex color #401B51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401B51 is #BFE4AE. Grayscale: #2C2C2C. Windows color (decimal): -12575919 or 5315392. OLE color: 5315392.

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

Color convert

RGB 64 27 81 -
CMYK 0.21 0.67 0 0.68
HSL 281.11º 0.5% 0.21% -
HSV(B) 281.11º 0.67% 0.32% -
XYZ 3.99 2.47 8.05 -
YUV 44.22 148.76 142.11 -
System Red Green Blue C M Y K H S L
Decimal 64 27 81 0.21 0.67 0 0.68 281.11 0.5 0.21
Hex 40 1B 51 15 43 0 44 119 32 15
Octal 100 33 121 25 103 0 104 431 62 25
Binary 1000000 11011 1010001 10101 1000011 0 1000100 100011001 110010 10101

Color Harmonies of #401B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401B51

Black with #401B51

Text Example


Text Example

White with #401B51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401B51; }

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

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

background-color css

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

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

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

border-color css

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

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

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