#41234A

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

Shades of Scarlet Gum #41234A

Tints of Scarlet Gum #41234A

Color information

#41234A (or 0x41234A) is unknown color: approx Scarlet Gum. HEX triplet: 41, 23 and 4A. RGB value is (65,35,74). Sum of RGB (Red+Green+Blue) = 65+35+74=174 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.36% from 174); Green value is 35 (14.06% from 255 or 20.11% from 174); Blue value is 74 (29.30% from 255 or 42.53% from 174); Max value from RGB is 74 - color contains mainly: blue. Hex color #41234A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41234A is #BEDCB5. Grayscale: #303030. Windows color (decimal): -12508342 or 4858689. OLE color: 4858689.

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

Color convert

RGB653574-
CMYK0.120.5300.71
HSL286.15º35.78%21.37%-
HSV(B)286.15º52.7%29.02%-
XYZ4.022.826.81-
YUV48.42142.44139.83-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 37.36%
GREEN value IS 35 (14.06% from 255) = 20.11%
BLUE value IS 74 (29.30% from 255) = 42.53%
R=37.36%
G=20.11%
B=42.53%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6535740.120.5300.71286.1535.7821.37
Hex41234AC3504711e2415
Octal10143112146501074364425
Binary1000001100011100101011001101010100011110001111010010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41234A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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