Html Css Color HEX #40154E Scarlet Gum

📋 copy color: '#40154E'

red 64 ◦ green 21 ◦ blue 78

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

Shades of Scarlet Gum #40154E

Tints of Scarlet Gum #40154E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.88%

 BLUE value IS 78 (30.86% from 255) = 47.85%

R = 39.26%
G = 12.88%
B = 47.85%

CMYK

 C value IS 0.18

 M value IS 0.73

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#40154E (or 0x40154E) is known color: Scarlet Gum. HEX triplet: 40, 15 and 4E. RGB value is (64,21,78). Sum of RGB (Red+Green+Blue) = 64+21+78=163 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.26% from 163); Green value is 21 (8.59% from 255 or 12.88% from 163); Blue value is 78 (30.86% from 255 or 47.85% from 163); Max value from RGB is 78 - color contains mainly: blue. Hex color #40154E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40154E is #BFEAB1. Grayscale: #282828. Windows color (decimal): -12577458 or 5117248. OLE color: 5117248.

HSL color Cylindrical-coordinate representation of color #40154E: hue angle of 285.26º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40154E is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 64 21 78 -
CMYK 0.18 0.73 0 0.69
HSL 285.26º 0.58% 0.19% -
HSV(B) 285.26º 0.73% 0.31% -
XYZ 3.76 2.18 7.43 -
YUV 40.36 149.25 144.87 -
System Red Green Blue C M Y K H S L
Decimal 64 21 78 0.18 0.73 0 0.69 285.26 0.58 0.19
Hex 40 15 4E 12 49 0 45 11D 3A 13
Octal 100 25 116 22 111 0 105 435 72 23
Binary 1000000 10101 1001110 10010 1001001 0 1000101 100011101 111010 10011

Color Harmonies of #40154E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40154E

Black with #40154E

Text Example


Text Example

White with #40154E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40154E; }

 p { color: rgb(64,21,78); }

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

background-color css

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

 a { background-color: rgb(64,21,78); }

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

border-color css

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

 span { border-color: rgb(64,21,78); }

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