#411953

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

Shades of Scarlet Gum #411953

Tints of Scarlet Gum #411953

Color information

#411953 (or 0x411953) is unknown color: approx Scarlet Gum. HEX triplet: 41, 19 and 53. RGB value is (65,25,83). Sum of RGB (Red+Green+Blue) = 65+25+83=173 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.57% from 173); Green value is 25 (10.16% from 255 or 14.45% from 173); Blue value is 83 (32.81% from 255 or 47.98% from 173); Max value from RGB is 83 - color contains mainly: blue. Hex color #411953 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411953 is #BEE6AC. Grayscale: #2B2B2B. Windows color (decimal): -12510893 or 5445953. OLE color: 5445953.

HSL color Cylindrical-coordinate representation of color #411953: hue angle of 281.38º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #411953 is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB652583-
CMYK0.220.7000.67
HSL281.38º53.7%21.18%-
HSV(B)281.38º69.88%32.55%-
XYZ4.092.448.44-
YUV43.57150.25143.28-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 37.57%
GREEN value IS 25 (10.16% from 255) = 14.45%
BLUE value IS 83 (32.81% from 255) = 47.98%
R=37.57%
G=14.45%
B=47.98%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6525830.220.7000.67281.3853.721.18
Hex41195316460431193615
Octal101311232610601034316625
Binary10000011100110100111011010001100100001110001100111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411953; }

 p { color: rgb(65,25,83); }

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

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

 a { background-color: rgb(65,25,83); }

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

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

 span { border-color: rgb(65,25,83); }

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