Html Css Color HEX #402149 Scarlet Gum

📋 copy color: '#402149'

red 64 ◦ green 33 ◦ blue 73

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

Shades of Scarlet Gum #402149

Tints of Scarlet Gum #402149

RGB

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

 GREEN value IS 33 (13.28% from 255) = 19.41%

 BLUE value IS 73 (28.91% from 255) = 42.94%

R = 37.65%
G = 19.41%
B = 42.94%

CMYK

 C value IS 0.12

 M value IS 0.55

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#402149 (or 0x402149) is known color: Scarlet Gum. HEX triplet: 40, 21 and 49. RGB value is (64,33,73). Sum of RGB (Red+Green+Blue) = 64+33+73=170 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.65% from 170); Green value is 33 (13.28% from 255 or 19.41% from 170); Blue value is 73 (28.91% from 255 or 42.94% from 170); Max value from RGB is 73 - color contains mainly: blue. Hex color #402149 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402149 is #BFDEB6. Grayscale: #2E2E2E. Windows color (decimal): -12574391 or 4792640. OLE color: 4792640.

HSL color Cylindrical-coordinate representation of color #402149: hue angle of 286.5º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #402149 is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 64 33 73 -
CMYK 0.12 0.55 0 0.71
HSL 286.5º 0.38% 0.21% -
HSV(B) 286.5º 0.55% 0.29% -
XYZ 3.86 2.66 6.61 -
YUV 46.83 142.77 140.25 -
System Red Green Blue C M Y K H S L
Decimal 64 33 73 0.12 0.55 0 0.71 286.5 0.38 0.21
Hex 40 21 49 C 37 0 47 11E 26 15
Octal 100 41 111 14 67 0 107 436 46 25
Binary 1000000 100001 1001001 1100 110111 0 1000111 100011110 100110 10101

Color Harmonies of #402149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402149

Black with #402149

Text Example


Text Example

White with #402149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402149; }

 p { color: rgb(64,33,73); }

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

background-color css

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

 a { background-color: rgb(64,33,73); }

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

border-color css

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

 span { border-color: rgb(64,33,73); }

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