Html Css Color HEX #401854 Scarlet Gum

📋 copy color: '#401854'

red 64 ◦ green 24 ◦ blue 84

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

Shades of Scarlet Gum #401854

Tints of Scarlet Gum #401854

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 48.84%

R = 37.21%
G = 13.95%
B = 48.84%

CMYK

 C value IS 0.24

 M value IS 0.71

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#401854 (or 0x401854) is known color: Scarlet Gum. HEX triplet: 40, 18 and 54. RGB value is (64,24,84). Sum of RGB (Red+Green+Blue) = 64+24+84=172 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.21% from 172); Green value is 24 (9.77% from 255 or 13.95% from 172); Blue value is 84 (33.20% from 255 or 48.84% from 172); Max value from RGB is 84 - color contains mainly: blue. Hex color #401854 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401854 is #BFE7AB. Grayscale: #2A2A2A. Windows color (decimal): -12576684 or 5511232. OLE color: 5511232.

HSL color Cylindrical-coordinate representation of color #401854: hue angle of 280º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #401854 is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 64 24 84 -
CMYK 0.24 0.71 0 0.67
HSL 280º 0.56% 0.21% -
HSV(B) 280º 0.71% 0.33% -
XYZ 4.04 2.38 8.63 -
YUV 42.8 151.25 143.12 -
System Red Green Blue C M Y K H S L
Decimal 64 24 84 0.24 0.71 0 0.67 280 0.56 0.21
Hex 40 18 54 18 47 0 43 118 38 15
Octal 100 30 124 30 107 0 103 430 70 25
Binary 1000000 11000 1010100 11000 1000111 0 1000011 100011000 111000 10101

Color Harmonies of #401854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401854

Black with #401854

Text Example


Text Example

White with #401854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401854; }

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

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

background-color css

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

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

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

border-color css

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

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

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