#41204D

Color #41204D Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #41204D

Tints of Scarlet Gum #41204D

Color information

#41204D (or 0x41204D) is unknown color: approx Scarlet Gum. HEX triplet: 41, 20 and 4D. RGB value is (65,32,77). Sum of RGB (Red+Green+Blue) = 65+32+77=174 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.36% from 174); Green value is 32 (12.89% from 255 or 18.39% from 174); Blue value is 77 (30.47% from 255 or 44.25% from 174); Max value from RGB is 77 - color contains mainly: blue. Hex color #41204D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41204D is #BEDFB2. Grayscale: #2E2E2E. Windows color (decimal): -12509107 or 5054529. OLE color: 5054529.

HSL color Cylindrical-coordinate representation of color #41204D: hue angle of 284º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #41204D is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB653277-
CMYK0.160.5800.70
HSL284º41.28%21.37%-
HSV(B)284º58.44%30.2%-
XYZ4.042.697.33-
YUV47144.93140.84-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 37.36%
GREEN value IS 32 (12.89% from 255) = 18.39%
BLUE value IS 77 (30.47% from 255) = 44.25%
R=37.36%
G=18.39%
B=44.25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6532770.160.5800.7028441.2821.37
Hex41204D103A04611c2915
Octal10140115207201064345125
Binary10000011000001001101100001110100100011010001110010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41204D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41204D; }

 p { color: rgb(65,32,77); }

 H1.HeaderClassName
 {
   color: #41204D;
 }
 .AnyTagClassName
 {
   color: #41204D;
 }
</style>
background-color css

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

 a { background-color: rgb(65,32,77); }

 div.DivClassName
 {
   background-color: #41204D;
 }
 .BgClassName
 {
   background-color: #41204D;
 }
</style>
border-color css

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

 span { border-color: rgb(65,32,77); }

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