Html Css Color HEX #401451 Scarlet Gum

📋 copy color: '#401451'

red 64 ◦ green 20 ◦ blue 81

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

Shades of Scarlet Gum #401451

Tints of Scarlet Gum #401451

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.12%

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

R = 38.79%
G = 12.12%
B = 49.09%

CMYK

 C value IS 0.21

 M value IS 0.75

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#401451 (or 0x401451) is known color: Scarlet Gum. HEX triplet: 40, 14 and 51. RGB value is (64,20,81). Sum of RGB (Red+Green+Blue) = 64+20+81=165 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.79% from 165); Green value is 20 (8.20% from 255 or 12.12% from 165); Blue value is 81 (32.03% from 255 or 49.09% from 165); Max value from RGB is 81 - color contains mainly: blue. Hex color #401451 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401451 is #BFEBAE. Grayscale: #272727. Windows color (decimal): -12577711 or 5313600. OLE color: 5313600.

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

Color convert

RGB 64 20 81 -
CMYK 0.21 0.75 0 0.68
HSL 283.28º 0.6% 0.2% -
HSV(B) 283.28º 0.75% 0.32% -
XYZ 3.85 2.18 8 -
YUV 40.11 151.08 145.04 -
System Red Green Blue C M Y K H S L
Decimal 64 20 81 0.21 0.75 0 0.68 283.28 0.6 0.2
Hex 40 14 51 15 4B 0 44 11B 3C 14
Octal 100 24 121 25 113 0 104 433 74 24
Binary 1000000 10100 1010001 10101 1001011 0 1000100 100011011 111100 10100

Color Harmonies of #401451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401451

Black with #401451

Text Example


Text Example

White with #401451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401451; }

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

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

background-color css

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

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

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

border-color css

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

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

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