#412051

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

Shades of Scarlet Gum #412051

Tints of Scarlet Gum #412051

Color information

#412051 (or 0x412051) is unknown color: approx Scarlet Gum. HEX triplet: 41, 20 and 51. RGB value is (65,32,81). Sum of RGB (Red+Green+Blue) = 65+32+81=178 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.52% from 178); Green value is 32 (12.89% from 255 or 17.98% from 178); Blue value is 81 (32.03% from 255 or 45.51% from 178); Max value from RGB is 81 - color contains mainly: blue. Hex color #412051 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412051 is #BEDFAE. Grayscale: #2F2F2F. Windows color (decimal): -12509103 or 5316673. OLE color: 5316673.

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

Color convert

RGB653281-
CMYK0.200.6000.68
HSL280.41º43.36%22.16%-
HSV(B)280.41º60.49%31.76%-
XYZ4.182.758.1-
YUV47.45146.93140.52-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.52%
GREEN value IS 32 (12.89% from 255) = 17.98%
BLUE value IS 81 (32.03% from 255) = 45.51%
R=36.52%
G=17.98%
B=45.51%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6532810.200.6000.68280.4143.3622.16
Hex412051143C0441182b16
Octal10140121247401044305326
Binary10000011000001010001101001111000100010010001100010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412051; }

 p { color: rgb(65,32,81); }

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

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

 a { background-color: rgb(65,32,81); }

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

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

 span { border-color: rgb(65,32,81); }

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