Html Css Color HEX #401952 Scarlet Gum

📋 copy color: '#401952'

red 64 ◦ green 25 ◦ blue 82

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

Shades of Scarlet Gum #401952

Tints of Scarlet Gum #401952

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.62%

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

R = 37.43%
G = 14.62%
B = 47.95%

CMYK

 C value IS 0.22

 M value IS 0.70

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#401952 (or 0x401952) is known color: Scarlet Gum. HEX triplet: 40, 19 and 52. RGB value is (64,25,82). Sum of RGB (Red+Green+Blue) = 64+25+82=171 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.43% from 171); Green value is 25 (10.16% from 255 or 14.62% from 171); Blue value is 82 (32.42% from 255 or 47.95% from 171); Max value from RGB is 82 - color contains mainly: blue. Hex color #401952 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401952 is #BFE6AD. Grayscale: #2A2A2A. Windows color (decimal): -12576430 or 5380416. OLE color: 5380416.

HSL color Cylindrical-coordinate representation of color #401952: hue angle of 281.05º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #401952 is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 64 25 82 -
CMYK 0.22 0.70 0 0.68
HSL 281.05º 0.53% 0.21% -
HSV(B) 281.05º 0.7% 0.32% -
XYZ 3.98 2.39 8.23 -
YUV 43.16 149.92 142.87 -
System Red Green Blue C M Y K H S L
Decimal 64 25 82 0.22 0.70 0 0.68 281.05 0.53 0.21
Hex 40 19 52 16 46 0 44 119 35 15
Octal 100 31 122 26 106 0 104 431 65 25
Binary 1000000 11001 1010010 10110 1000110 0 1000100 100011001 110101 10101

Color Harmonies of #401952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401952

Black with #401952

Text Example


Text Example

White with #401952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401952; }

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

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

background-color css

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

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

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

border-color css

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

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

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