#41244A

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

Shades of Scarlet Gum #41244A

Tints of Scarlet Gum #41244A

Color information

#41244A (or 0x41244A) is unknown color: approx Scarlet Gum. HEX triplet: 41, 24 and 4A. RGB value is (65,36,74). Sum of RGB (Red+Green+Blue) = 65+36+74=175 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.14% from 175); Green value is 36 (14.45% from 255 or 20.57% from 175); Blue value is 74 (29.30% from 255 or 42.29% from 175); Max value from RGB is 74 - color contains mainly: blue. Hex color #41244A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41244A is #BEDBB5. Grayscale: #303030. Windows color (decimal): -12508086 or 4858945. OLE color: 4858945.

HSL color Cylindrical-coordinate representation of color #41244A: hue angle of 285.79º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #41244A is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB653674-
CMYK0.120.5100.71
HSL285.79º34.55%21.57%-
HSV(B)285.79º51.35%29.02%-
XYZ4.052.886.82-
YUV49142.11139.41-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 37.14%
GREEN value IS 36 (14.45% from 255) = 20.57%
BLUE value IS 74 (29.30% from 255) = 42.29%
R=37.14%
G=20.57%
B=42.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6536740.120.5100.71285.7934.5521.57
Hex41244AC3304711e2316
Octal10144112146301074364326
Binary1000001100100100101011001100110100011110001111010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41244A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41244A; }

 p { color: rgb(65,36,74); }

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

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

 a { background-color: rgb(65,36,74); }

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

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

 span { border-color: rgb(65,36,74); }

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