Html Css Color HEX #40154F Scarlet Gum

📋 copy color: '#40154F'

red 64 ◦ green 21 ◦ blue 79

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

Shades of Scarlet Gum #40154F

Tints of Scarlet Gum #40154F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 48.17%

R = 39.02%
G = 12.8%
B = 48.17%

CMYK

 C value IS 0.19

 M value IS 0.73

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#40154F (or 0x40154F) is known color: Scarlet Gum. HEX triplet: 40, 15 and 4F. RGB value is (64,21,79). Sum of RGB (Red+Green+Blue) = 64+21+79=164 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.02% from 164); Green value is 21 (8.59% from 255 or 12.80% from 164); Blue value is 79 (31.25% from 255 or 48.17% from 164); Max value from RGB is 79 - color contains mainly: blue. Hex color #40154F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40154F is #BFEAB0. Grayscale: #282828. Windows color (decimal): -12577457 or 5182784. OLE color: 5182784.

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

Color convert

RGB 64 21 79 -
CMYK 0.19 0.73 0 0.69
HSL 284.48º 0.58% 0.2% -
HSV(B) 284.48º 0.73% 0.31% -
XYZ 3.79 2.19 7.62 -
YUV 40.47 149.75 144.78 -
System Red Green Blue C M Y K H S L
Decimal 64 21 79 0.19 0.73 0 0.69 284.48 0.58 0.2
Hex 40 15 4F 13 49 0 45 11C 3A 14
Octal 100 25 117 23 111 0 105 434 72 24
Binary 1000000 10101 1001111 10011 1001001 0 1000101 100011100 111010 10100

Color Harmonies of #40154F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40154F

Black with #40154F

Text Example


Text Example

White with #40154F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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