Html Css Color HEX #401856 Scarlet Gum

📋 copy color: '#401856'

red 64 ◦ green 24 ◦ blue 86

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

Shades of Scarlet Gum #401856

Tints of Scarlet Gum #401856

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 49.43%

R = 36.78%
G = 13.79%
B = 49.43%

CMYK

 C value IS 0.26

 M value IS 0.72

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#401856 (or 0x401856) is known color: Scarlet Gum. HEX triplet: 40, 18 and 56. RGB value is (64,24,86). Sum of RGB (Red+Green+Blue) = 64+24+86=174 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.78% from 174); Green value is 24 (9.77% from 255 or 13.79% from 174); Blue value is 86 (33.98% from 255 or 49.43% from 174); Max value from RGB is 86 - color contains mainly: blue. Hex color #401856 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401856 is #BFE7A9. Grayscale: #2A2A2A. Windows color (decimal): -12576682 or 5642304. OLE color: 5642304.

HSL color Cylindrical-coordinate representation of color #401856: hue angle of 278.71º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #401856 is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 64 24 86 -
CMYK 0.26 0.72 0 0.66
HSL 278.71º 0.56% 0.22% -
HSV(B) 278.71º 0.72% 0.34% -
XYZ 4.12 2.42 9.05 -
YUV 43.03 152.25 142.96 -
System Red Green Blue C M Y K H S L
Decimal 64 24 86 0.26 0.72 0 0.66 278.71 0.56 0.22
Hex 40 18 56 1A 48 0 42 117 38 16
Octal 100 30 126 32 110 0 102 427 70 26
Binary 1000000 11000 1010110 11010 1001000 0 1000010 100010111 111000 10110

Color Harmonies of #401856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401856

Black with #401856

Text Example


Text Example

White with #401856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401856; }

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

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

background-color css

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

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

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

border-color css

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

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

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