#41254A

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

Shades of Scarlet Gum #41254A

Tints of Scarlet Gum #41254A

Color information

#41254A (or 0x41254A) is unknown color: approx Scarlet Gum. HEX triplet: 41, 25 and 4A. RGB value is (65,37,74). Sum of RGB (Red+Green+Blue) = 65+37+74=176 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.93% from 176); Green value is 37 (14.84% from 255 or 21.02% from 176); Blue value is 74 (29.30% from 255 or 42.05% from 176); Max value from RGB is 74 - color contains mainly: blue. Hex color #41254A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41254A is #BEDAB5. Grayscale: #313131. Windows color (decimal): -12507830 or 4859201. OLE color: 4859201.

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

Color convert

RGB653774-
CMYK0.120.5000.71
HSL285.41º33.33%21.76%-
HSV(B)285.41º50%29.02%-
XYZ4.082.946.83-
YUV49.59141.78138.99-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.93%
GREEN value IS 37 (14.84% from 255) = 21.02%
BLUE value IS 74 (29.30% from 255) = 42.05%
R=36.93%
G=21.02%
B=42.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6537740.120.5000.71285.4133.3321.76
Hex41254AC3204711d2116
Octal10145112146201074354126
Binary1000001100101100101011001100100100011110001110110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41254A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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