Html Css Color HEX #401D50 Scarlet Gum

📋 copy color: '#401D50'

red 64 ◦ green 29 ◦ blue 80

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

Shades of Scarlet Gum #401D50

Tints of Scarlet Gum #401D50

RGB

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

 GREEN value IS 29 (11.72% from 255) = 16.76%

 BLUE value IS 80 (31.64% from 255) = 46.24%

R = 36.99%
G = 16.76%
B = 46.24%

CMYK

 C value IS 0.20

 M value IS 0.64

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#401D50 (or 0x401D50) is known color: Scarlet Gum. HEX triplet: 40, 1D and 50. RGB value is (64,29,80). Sum of RGB (Red+Green+Blue) = 64+29+80=173 (22% of max value = 765). Red value is 64 (25.39% from 255 or 36.99% from 173); Green value is 29 (11.72% from 255 or 16.76% from 173); Blue value is 80 (31.64% from 255 or 46.24% from 173); Max value from RGB is 80 - color contains mainly: blue. Hex color #401D50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401D50 is #BFE2AF. Grayscale: #2D2D2D. Windows color (decimal): -12575408 or 5250368. OLE color: 5250368.

HSL color Cylindrical-coordinate representation of color #401D50: hue angle of 281.18º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #401D50 is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 64 29 80 -
CMYK 0.20 0.64 0 0.69
HSL 281.18º 0.47% 0.21% -
HSV(B) 281.18º 0.64% 0.31% -
XYZ 4 2.55 7.87 -
YUV 45.28 147.6 141.35 -
System Red Green Blue C M Y K H S L
Decimal 64 29 80 0.20 0.64 0 0.69 281.18 0.47 0.21
Hex 40 1D 50 14 40 0 45 119 2F 15
Octal 100 35 120 24 100 0 105 431 57 25
Binary 1000000 11101 1010000 10100 1000000 0 1000101 100011001 101111 10101

Color Harmonies of #401D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401D50

Black with #401D50

Text Example


Text Example

White with #401D50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,29,80); }

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

background-color css

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

 a { background-color: rgb(64,29,80); }

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

border-color css

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

 span { border-color: rgb(64,29,80); }

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