Html Css Color HEX #40164F Scarlet Gum

📋 copy color: '#40164F'

red 64 ◦ green 22 ◦ blue 79

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

Shades of Scarlet Gum #40164F

Tints of Scarlet Gum #40164F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.33%

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

R = 38.79%
G = 13.33%
B = 47.88%

CMYK

 C value IS 0.19

 M value IS 0.72

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#40164F (or 0x40164F) is known color: Scarlet Gum. HEX triplet: 40, 16 and 4F. RGB value is (64,22,79). Sum of RGB (Red+Green+Blue) = 64+22+79=165 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.79% from 165); Green value is 22 (8.98% from 255 or 13.33% from 165); Blue value is 79 (31.25% from 255 or 47.88% from 165); Max value from RGB is 79 - color contains mainly: blue. Hex color #40164F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40164F is #BFE9B0. Grayscale: #282828. Windows color (decimal): -12577201 or 5183040. OLE color: 5183040.

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

Color convert

RGB 64 22 79 -
CMYK 0.19 0.72 0 0.69
HSL 284.21º 0.56% 0.2% -
HSV(B) 284.21º 0.72% 0.31% -
XYZ 3.81 2.23 7.63 -
YUV 41.06 149.41 144.37 -
System Red Green Blue C M Y K H S L
Decimal 64 22 79 0.19 0.72 0 0.69 284.21 0.56 0.2
Hex 40 16 4F 13 48 0 45 11C 38 14
Octal 100 26 117 23 110 0 105 434 70 24
Binary 1000000 10110 1001111 10011 1001000 0 1000101 100011100 111000 10100

Color Harmonies of #40164F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40164F

Black with #40164F

Text Example


Text Example

White with #40164F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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