Html Css Color HEX #40144F Scarlet Gum

📋 copy color: '#40144F'

red 64 ◦ green 20 ◦ blue 79

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

Shades of Scarlet Gum #40144F

Tints of Scarlet Gum #40144F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.27%

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

R = 39.26%
G = 12.27%
B = 48.47%

CMYK

 C value IS 0.19

 M value IS 0.75

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#40144F (or 0x40144F) is known color: Scarlet Gum. HEX triplet: 40, 14 and 4F. RGB value is (64,20,79). Sum of RGB (Red+Green+Blue) = 64+20+79=163 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.26% from 163); Green value is 20 (8.20% from 255 or 12.27% from 163); Blue value is 79 (31.25% from 255 or 48.47% from 163); Max value from RGB is 79 - color contains mainly: blue. Hex color #40144F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40144F is #BFEBB0. Grayscale: #272727. Windows color (decimal): -12577713 or 5182528. OLE color: 5182528.

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

Color convert

RGB 64 20 79 -
CMYK 0.19 0.75 0 0.69
HSL 284.75º 0.6% 0.19% -
HSV(B) 284.75º 0.75% 0.31% -
XYZ 3.78 2.15 7.61 -
YUV 39.88 150.08 145.2 -
System Red Green Blue C M Y K H S L
Decimal 64 20 79 0.19 0.75 0 0.69 284.75 0.6 0.19
Hex 40 14 4F 13 4B 0 45 11D 3C 13
Octal 100 24 117 23 113 0 105 435 74 23
Binary 1000000 10100 1001111 10011 1001011 0 1000101 100011101 111100 10011

Color Harmonies of #40144F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40144F

Black with #40144F

Text Example


Text Example

White with #40144F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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