Html Css Color HEX #401053 Scarlet Gum

📋 copy color: '#401053'

red 64 ◦ green 16 ◦ blue 83

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

Shades of Scarlet Gum #401053

Tints of Scarlet Gum #401053

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.82%

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

R = 39.26%
G = 9.82%
B = 50.92%

CMYK

 C value IS 0.23

 M value IS 0.81

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#401053 (or 0x401053) is known color: Scarlet Gum. HEX triplet: 40, 10 and 53. RGB value is (64,16,83). Sum of RGB (Red+Green+Blue) = 64+16+83=163 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.26% from 163); Green value is 16 (6.64% from 255 or 9.82% from 163); Blue value is 83 (32.81% from 255 or 50.92% from 163); Max value from RGB is 83 - color contains mainly: blue. Hex color #401053 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401053 is #BFEFAC. Grayscale: #252525. Windows color (decimal): -12578733 or 5443648. OLE color: 5443648.

HSL color Cylindrical-coordinate representation of color #401053: hue angle of 282.99º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #401053 is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 64 16 83 -
CMYK 0.23 0.81 0 0.67
HSL 282.99º 0.68% 0.19% -
HSV(B) 282.99º 0.81% 0.33% -
XYZ 3.86 2.09 8.38 -
YUV 37.99 153.4 146.55 -
System Red Green Blue C M Y K H S L
Decimal 64 16 83 0.23 0.81 0 0.67 282.99 0.68 0.19
Hex 40 10 53 17 51 0 43 11B 44 13
Octal 100 20 123 27 121 0 103 433 104 23
Binary 1000000 10000 1010011 10111 1010001 0 1000011 100011011 1000100 10011

Color Harmonies of #401053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401053

Black with #401053

Text Example


Text Example

White with #401053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401053; }

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

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

background-color css

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

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

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

border-color css

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

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

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