#421151

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

Shades of Scarlet Gum #421151

Tints of Scarlet Gum #421151

Color information

#421151 (or 0x421151) is unknown color: approx Scarlet Gum. HEX triplet: 42, 11 and 51. RGB value is (66,17,81). Sum of RGB (Red+Green+Blue) = 66+17+81=164 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.24% from 164); Green value is 17 (7.03% from 255 or 10.37% from 164); Blue value is 81 (32.03% from 255 or 49.39% from 164); Max value from RGB is 81 - color contains mainly: blue. Hex color #421151 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421151 is #BDEEAE. Grayscale: #262626. Windows color (decimal): -12447407 or 5312834. OLE color: 5312834.

HSL color Cylindrical-coordinate representation of color #421151: hue angle of 285.94º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #421151 is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB661781-
CMYK0.190.7900.68
HSL285.94º65.31%19.22%-
HSV(B)285.94º79.01%31.76%-
XYZ3.932.157.99-
YUV38.95151.73147.3-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40.24%
GREEN value IS 17 (7.03% from 255) = 10.37%
BLUE value IS 81 (32.03% from 255) = 49.39%
R=40.24%
G=10.37%
B=49.39%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6617810.190.7900.68285.9465.3119.22
Hex421151134F04411e4113
Octal1022112123117010443610123
Binary100001010001101000110011100111101000100100011110100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421151; }

 p { color: rgb(66,17,81); }

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

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

 a { background-color: rgb(66,17,81); }

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

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

 span { border-color: rgb(66,17,81); }

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