Html Css Color HEX #401252 Scarlet Gum

📋 copy color: '#401252'

red 64 ◦ green 18 ◦ blue 82

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

Shades of Scarlet Gum #401252

Tints of Scarlet Gum #401252

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 50%

R = 39.02%
G = 10.98%
B = 50%

CMYK

 C value IS 0.22

 M value IS 0.78

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#401252 (or 0x401252) is known color: Scarlet Gum. HEX triplet: 40, 12 and 52. RGB value is (64,18,82). Sum of RGB (Red+Green+Blue) = 64+18+82=164 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.02% from 164); Green value is 18 (7.42% from 255 or 10.98% from 164); Blue value is 82 (32.42% from 255 or 50% from 164); Max value from RGB is 82 - color contains mainly: blue. Hex color #401252 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401252 is #BFEDAD. Grayscale: #262626. Windows color (decimal): -12578222 or 5378624. OLE color: 5378624.

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

Color convert

RGB 64 18 82 -
CMYK 0.22 0.78 0 0.68
HSL 283.13º 0.64% 0.2% -
HSV(B) 283.13º 0.78% 0.32% -
XYZ 3.85 2.13 8.19 -
YUV 39.05 152.24 145.8 -
System Red Green Blue C M Y K H S L
Decimal 64 18 82 0.22 0.78 0 0.68 283.13 0.64 0.2
Hex 40 12 52 16 4E 0 44 11B 40 14
Octal 100 22 122 26 116 0 104 433 100 24
Binary 1000000 10010 1010010 10110 1001110 0 1000100 100011011 1000000 10100

Color Harmonies of #401252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401252

Black with #401252

Text Example


Text Example

White with #401252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401252; }

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

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

background-color css

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

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

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

border-color css

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

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

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