Html Css Color HEX #401855 Scarlet Gum

📋 copy color: '#401855'

red 64 ◦ green 24 ◦ blue 85

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

Shades of Scarlet Gum #401855

Tints of Scarlet Gum #401855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 49.13%

R = 36.99%
G = 13.87%
B = 49.13%

CMYK

 C value IS 0.25

 M value IS 0.72

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#401855 (or 0x401855) is known color: Scarlet Gum. HEX triplet: 40, 18 and 55. RGB value is (64,24,85). Sum of RGB (Red+Green+Blue) = 64+24+85=173 (22% of max value = 765). Red value is 64 (25.39% from 255 or 36.99% from 173); Green value is 24 (9.77% from 255 or 13.87% from 173); Blue value is 85 (33.59% from 255 or 49.13% from 173); Max value from RGB is 85 - color contains mainly: blue. Hex color #401855 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401855 is #BFE7AA. Grayscale: #2A2A2A. Windows color (decimal): -12576683 or 5576768. OLE color: 5576768.

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

Color convert

RGB 64 24 85 -
CMYK 0.25 0.72 0 0.67
HSL 279.34º 0.56% 0.21% -
HSV(B) 279.34º 0.72% 0.33% -
XYZ 4.08 2.4 8.84 -
YUV 42.91 151.75 143.04 -
System Red Green Blue C M Y K H S L
Decimal 64 24 85 0.25 0.72 0 0.67 279.34 0.56 0.21
Hex 40 18 55 19 48 0 43 117 38 15
Octal 100 30 125 31 110 0 103 427 70 25
Binary 1000000 11000 1010101 11001 1001000 0 1000011 100010111 111000 10101

Color Harmonies of #401855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401855

Black with #401855

Text Example


Text Example

White with #401855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401855; }

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

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

background-color css

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

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

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

border-color css

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

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

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