Html Css Color HEX #401655 Scarlet Gum

📋 copy color: '#401655'

red 64 ◦ green 22 ◦ blue 85

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

Shades of Scarlet Gum #401655

Tints of Scarlet Gum #401655

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.87%

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

R = 37.43%
G = 12.87%
B = 49.71%

CMYK

 C value IS 0.25

 M value IS 0.74

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#401655 (or 0x401655) is known color: Scarlet Gum. HEX triplet: 40, 16 and 55. RGB value is (64,22,85). Sum of RGB (Red+Green+Blue) = 64+22+85=171 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.43% from 171); Green value is 22 (8.98% from 255 or 12.87% from 171); Blue value is 85 (33.59% from 255 or 49.71% from 171); Max value from RGB is 85 - color contains mainly: blue. Hex color #401655 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401655 is #BFE9AA. Grayscale: #292929. Windows color (decimal): -12577195 or 5576256. OLE color: 5576256.

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

Color convert

RGB 64 22 85 -
CMYK 0.25 0.74 0 0.67
HSL 280º 0.59% 0.21% -
HSV(B) 280º 0.74% 0.33% -
XYZ 4.04 2.32 8.83 -
YUV 41.74 152.41 143.88 -
System Red Green Blue C M Y K H S L
Decimal 64 22 85 0.25 0.74 0 0.67 280 0.59 0.21
Hex 40 16 55 19 4A 0 43 118 3B 15
Octal 100 26 125 31 112 0 103 430 73 25
Binary 1000000 10110 1010101 11001 1001010 0 1000011 100011000 111011 10101

Color Harmonies of #401655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401655

Black with #401655

Text Example


Text Example

White with #401655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401655; }

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

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

background-color css

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

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

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

border-color css

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

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

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