Html Css Color HEX #401251 Scarlet Gum

📋 copy color: '#401251'

red 64 ◦ green 18 ◦ blue 81

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

Shades of Scarlet Gum #401251

Tints of Scarlet Gum #401251

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.04%

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

R = 39.26%
G = 11.04%
B = 49.69%

CMYK

 C value IS 0.21

 M value IS 0.78

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#401251 (or 0x401251) is known color: Scarlet Gum. HEX triplet: 40, 12 and 51. RGB value is (64,18,81). Sum of RGB (Red+Green+Blue) = 64+18+81=163 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.26% from 163); Green value is 18 (7.42% from 255 or 11.04% from 163); Blue value is 81 (32.03% from 255 or 49.69% from 163); Max value from RGB is 81 - color contains mainly: blue. Hex color #401251 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401251 is #BFEDAE. Grayscale: #262626. Windows color (decimal): -12578223 or 5313088. OLE color: 5313088.

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

Color convert

RGB 64 18 81 -
CMYK 0.21 0.78 0 0.68
HSL 283.81º 0.64% 0.19% -
HSV(B) 283.81º 0.78% 0.32% -
XYZ 3.82 2.12 7.99 -
YUV 38.94 151.74 145.88 -
System Red Green Blue C M Y K H S L
Decimal 64 18 81 0.21 0.78 0 0.68 283.81 0.64 0.19
Hex 40 12 51 15 4E 0 44 11C 40 13
Octal 100 22 121 25 116 0 104 434 100 23
Binary 1000000 10010 1010001 10101 1001110 0 1000100 100011100 1000000 10011

Color Harmonies of #401251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401251

Black with #401251

Text Example


Text Example

White with #401251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401251; }

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

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

background-color css

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

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

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

border-color css

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

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

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