Html Css Color HEX #40194B Scarlet Gum

📋 copy color: '#40194B'

red 64 ◦ green 25 ◦ blue 75

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

Shades of Scarlet Gum #40194B

Tints of Scarlet Gum #40194B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.24%

 BLUE value IS 75 (29.69% from 255) = 45.73%

R = 39.02%
G = 15.24%
B = 45.73%

CMYK

 C value IS 0.15

 M value IS 0.67

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#40194B (or 0x40194B) is known color: Scarlet Gum. HEX triplet: 40, 19 and 4B. RGB value is (64,25,75). Sum of RGB (Red+Green+Blue) = 64+25+75=164 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.02% from 164); Green value is 25 (10.16% from 255 or 15.24% from 164); Blue value is 75 (29.69% from 255 or 45.73% from 164); Max value from RGB is 75 - color contains mainly: blue. Hex color #40194B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40194B is #BFE6B4. Grayscale: #2A2A2A. Windows color (decimal): -12576437 or 4921664. OLE color: 4921664.

HSL color Cylindrical-coordinate representation of color #40194B: hue angle of 286.8º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40194B is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 64 25 75 -
CMYK 0.15 0.67 0 0.71
HSL 286.8º 0.5% 0.2% -
HSV(B) 286.8º 0.67% 0.29% -
XYZ 3.73 2.29 6.9 -
YUV 42.36 146.42 143.43 -
System Red Green Blue C M Y K H S L
Decimal 64 25 75 0.15 0.67 0 0.71 286.8 0.5 0.2
Hex 40 19 4B F 43 0 47 11F 32 14
Octal 100 31 113 17 103 0 107 437 62 24
Binary 1000000 11001 1001011 1111 1000011 0 1000111 100011111 110010 10100

Color Harmonies of #40194B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40194B

Black with #40194B

Text Example


Text Example

White with #40194B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40194B; }

 p { color: rgb(64,25,75); }

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

background-color css

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

 a { background-color: rgb(64,25,75); }

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

border-color css

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

 span { border-color: rgb(64,25,75); }

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