#412153

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

Shades of Scarlet Gum #412153

Tints of Scarlet Gum #412153

Color information

#412153 (or 0x412153) is unknown color: approx Scarlet Gum. HEX triplet: 41, 21 and 53. RGB value is (65,33,83). Sum of RGB (Red+Green+Blue) = 65+33+83=181 (23% of max value = 765). Red value is 65 (25.78% from 255 or 35.91% from 181); Green value is 33 (13.28% from 255 or 18.23% from 181); Blue value is 83 (32.81% from 255 or 45.86% from 181); Max value from RGB is 83 - color contains mainly: blue. Hex color #412153 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412153 is #BEDEAC. Grayscale: #303030. Windows color (decimal): -12508845 or 5448001. OLE color: 5448001.

HSL color Cylindrical-coordinate representation of color #412153: hue angle of 278.4º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #412153 is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB653383-
CMYK0.220.6000.67
HSL278.4º43.1%22.75%-
HSV(B)278.4º60.24%32.55%-
XYZ4.292.848.51-
YUV48.27147.6139.93-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.91%
GREEN value IS 33 (13.28% from 255) = 18.23%
BLUE value IS 83 (32.81% from 255) = 45.86%
R=35.91%
G=18.23%
B=45.86%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6533830.220.6000.67278.443.122.75
Hex412153163C0431162b17
Octal10141123267401034265327
Binary10000011000011010011101101111000100001110001011010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412153; }

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

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

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

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

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

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

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

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