Html Css Color HEX #401351 Scarlet Gum

📋 copy color: '#401351'

red 64 ◦ green 19 ◦ blue 81

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

Shades of Scarlet Gum #401351

Tints of Scarlet Gum #401351

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.59%

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

R = 39.02%
G = 11.59%
B = 49.39%

CMYK

 C value IS 0.21

 M value IS 0.77

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#401351 (or 0x401351) is known color: Scarlet Gum. HEX triplet: 40, 13 and 51. RGB value is (64,19,81). Sum of RGB (Red+Green+Blue) = 64+19+81=164 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.02% from 164); Green value is 19 (7.81% from 255 or 11.59% from 164); Blue value is 81 (32.03% from 255 or 49.39% from 164); Max value from RGB is 81 - color contains mainly: blue. Hex color #401351 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401351 is #BFECAE. Grayscale: #272727. Windows color (decimal): -12577967 or 5313344. OLE color: 5313344.

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

Color convert

RGB 64 19 81 -
CMYK 0.21 0.77 0 0.68
HSL 283.55º 0.62% 0.2% -
HSV(B) 283.55º 0.77% 0.32% -
XYZ 3.83 2.15 8 -
YUV 39.52 151.41 145.46 -
System Red Green Blue C M Y K H S L
Decimal 64 19 81 0.21 0.77 0 0.68 283.55 0.62 0.2
Hex 40 13 51 15 4D 0 44 11C 3E 14
Octal 100 23 121 25 115 0 104 434 76 24
Binary 1000000 10011 1010001 10101 1001101 0 1000100 100011100 111110 10100

Color Harmonies of #401351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401351

Black with #401351

Text Example


Text Example

White with #401351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401351; }

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

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

background-color css

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

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

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

border-color css

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

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

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