Html Css Color HEX #401A53 Scarlet Gum

📋 copy color: '#401A53'

red 64 ◦ green 26 ◦ blue 83

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

Shades of Scarlet Gum #401A53

Tints of Scarlet Gum #401A53

RGB

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

 GREEN value IS 26 (10.55% from 255) = 15.03%

 BLUE value IS 83 (32.81% from 255) = 47.98%

R = 36.99%
G = 15.03%
B = 47.98%

CMYK

 C value IS 0.23

 M value IS 0.69

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#401A53 (or 0x401A53) is known color: Scarlet Gum. HEX triplet: 40, 1A and 53. RGB value is (64,26,83). Sum of RGB (Red+Green+Blue) = 64+26+83=173 (22% of max value = 765). Red value is 64 (25.39% from 255 or 36.99% from 173); Green value is 26 (10.55% from 255 or 15.03% from 173); Blue value is 83 (32.81% from 255 or 47.98% from 173); Max value from RGB is 83 - color contains mainly: blue. Hex color #401A53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401A53 is #BFE5AC. Grayscale: #2B2B2B. Windows color (decimal): -12576173 or 5446208. OLE color: 5446208.

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

Color convert

RGB 64 26 83 -
CMYK 0.23 0.69 0 0.67
HSL 280º 0.52% 0.21% -
HSV(B) 280º 0.69% 0.33% -
XYZ 4.05 2.45 8.44 -
YUV 43.86 150.09 142.37 -
System Red Green Blue C M Y K H S L
Decimal 64 26 83 0.23 0.69 0 0.67 280 0.52 0.21
Hex 40 1A 53 17 45 0 43 118 34 15
Octal 100 32 123 27 105 0 103 430 64 25
Binary 1000000 11010 1010011 10111 1000101 0 1000011 100011000 110100 10101

Color Harmonies of #401A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401A53

Black with #401A53

Text Example


Text Example

White with #401A53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401A53; }

 p { color: rgb(64,26,83); }

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

background-color css

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

 a { background-color: rgb(64,26,83); }

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

border-color css

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

 span { border-color: rgb(64,26,83); }

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