Html Css Color HEX #40184C Scarlet Gum

📋 copy color: '#40184C'

red 64 ◦ green 24 ◦ blue 76

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

Shades of Scarlet Gum #40184C

Tints of Scarlet Gum #40184C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.63%

 BLUE value IS 76 (30.08% from 255) = 46.34%

R = 39.02%
G = 14.63%
B = 46.34%

CMYK

 C value IS 0.16

 M value IS 0.68

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#40184C (or 0x40184C) is known color: Scarlet Gum. HEX triplet: 40, 18 and 4C. RGB value is (64,24,76). Sum of RGB (Red+Green+Blue) = 64+24+76=164 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.02% from 164); Green value is 24 (9.77% from 255 or 14.63% from 164); Blue value is 76 (30.08% from 255 or 46.34% from 164); Max value from RGB is 76 - color contains mainly: blue. Hex color #40184C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40184C is #BFE7B3. Grayscale: #292929. Windows color (decimal): -12576692 or 4986944. OLE color: 4986944.

HSL color Cylindrical-coordinate representation of color #40184C: hue angle of 286.15º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40184C is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 64 24 76 -
CMYK 0.16 0.68 0 0.70
HSL 286.15º 0.52% 0.2% -
HSV(B) 286.15º 0.68% 0.3% -
XYZ 3.75 2.27 7.08 -
YUV 41.89 147.25 143.77 -
System Red Green Blue C M Y K H S L
Decimal 64 24 76 0.16 0.68 0 0.70 286.15 0.52 0.2
Hex 40 18 4C 10 44 0 46 11E 34 14
Octal 100 30 114 20 104 0 106 436 64 24
Binary 1000000 11000 1001100 10000 1000100 0 1000110 100011110 110100 10100

Color Harmonies of #40184C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40184C

Black with #40184C

Text Example


Text Example

White with #40184C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40184C; }

 p { color: rgb(64,24,76); }

 H1.HeaderClassName
 {
   color: #40184C;
 }
 .AnyTagClassName
 {
   color: #40184C;
 }
</style>

background-color css

<style>
 a { background-color: #40184C; }

 a { background-color: rgb(64,24,76); }

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

border-color css

<style>
 span { border-color: #40184C; }

 span { border-color: rgb(64,24,76); }

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