#41224D

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

Shades of Scarlet Gum #41224D

Tints of Scarlet Gum #41224D

Color information

#41224D (or 0x41224D) is unknown color: approx Scarlet Gum. HEX triplet: 41, 22 and 4D. RGB value is (65,34,77). Sum of RGB (Red+Green+Blue) = 65+34+77=176 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.93% from 176); Green value is 34 (13.67% from 255 or 19.32% from 176); Blue value is 77 (30.47% from 255 or 43.75% from 176); Max value from RGB is 77 - color contains mainly: blue. Hex color #41224D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41224D is #BEDDB2. Grayscale: #303030. Windows color (decimal): -12508595 or 5055041. OLE color: 5055041.

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

Color convert

RGB653477-
CMYK0.160.5600.70
HSL283.26º38.74%21.76%-
HSV(B)283.26º55.84%30.2%-
XYZ4.092.87.35-
YUV48.17144.27140-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.93%
GREEN value IS 34 (13.67% from 255) = 19.32%
BLUE value IS 77 (30.47% from 255) = 43.75%
R=36.93%
G=19.32%
B=43.75%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6534770.160.5600.70283.2638.7421.76
Hex41224D103804611b2716
Octal10142115207001064334726
Binary10000011000101001101100001110000100011010001101110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41224D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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