Html Css Color HEX #401253 Scarlet Gum

📋 copy color: '#401253'

red 64 ◦ green 18 ◦ blue 83

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

Shades of Scarlet Gum #401253

Tints of Scarlet Gum #401253

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.91%

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

R = 38.79%
G = 10.91%
B = 50.3%

CMYK

 C value IS 0.23

 M value IS 0.78

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#401253 (or 0x401253) is known color: Scarlet Gum. HEX triplet: 40, 12 and 53. RGB value is (64,18,83). Sum of RGB (Red+Green+Blue) = 64+18+83=165 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.79% from 165); Green value is 18 (7.42% from 255 or 10.91% from 165); Blue value is 83 (32.81% from 255 or 50.30% from 165); Max value from RGB is 83 - color contains mainly: blue. Hex color #401253 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401253 is #BFEDAC. Grayscale: #262626. Windows color (decimal): -12578221 or 5444160. OLE color: 5444160.

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

Color convert

RGB 64 18 83 -
CMYK 0.23 0.78 0 0.67
HSL 282.46º 0.64% 0.2% -
HSV(B) 282.46º 0.78% 0.33% -
XYZ 3.89 2.15 8.39 -
YUV 39.16 152.74 145.71 -
System Red Green Blue C M Y K H S L
Decimal 64 18 83 0.23 0.78 0 0.67 282.46 0.64 0.2
Hex 40 12 53 17 4E 0 43 11A 40 14
Octal 100 22 123 27 116 0 103 432 100 24
Binary 1000000 10010 1010011 10111 1001110 0 1000011 100011010 1000000 10100

Color Harmonies of #401253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401253

Black with #401253

Text Example


Text Example

White with #401253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401253; }

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

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

background-color css

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

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

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

border-color css

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

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

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