#431156

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

Shades of Scarlet Gum #431156

Tints of Scarlet Gum #431156

Color information

#431156 (or 0x431156) is unknown color: approx Scarlet Gum. HEX triplet: 43, 11 and 56. RGB value is (67,17,86). Sum of RGB (Red+Green+Blue) = 67+17+86=170 (22% of max value = 765). Red value is 67 (26.56% from 255 or 39.41% from 170); Green value is 17 (7.03% from 255 or 10% from 170); Blue value is 86 (33.98% from 255 or 50.59% from 170); Max value from RGB is 86 - color contains mainly: blue. Hex color #431156 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #431156 is #BCEEA9. Grayscale: #272727. Windows color (decimal): -12381866 or 5640515. OLE color: 5640515.

HSL color Cylindrical-coordinate representation of color #431156: hue angle of 283.48º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #431156 is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB671786-
CMYK0.220.8000.66
HSL283.48º66.99%20.2%-
HSV(B)283.48º80.23%33.73%-
XYZ4.192.279.02-
YUV39.82154.06147.39-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 39.41%
GREEN value IS 17 (7.03% from 255) = 10%
BLUE value IS 86 (33.98% from 255) = 50.59%
R=39.41%
G=10%
B=50.59%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6717860.220.8000.66283.4866.9920.2
Hex431156165004211b4314
Octal1032112626120010243310324
Binary100001110001101011010110101000001000010100011011100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431156; }

 p { color: rgb(67,17,86); }

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

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

 a { background-color: rgb(67,17,86); }

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

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

 span { border-color: rgb(67,17,86); }

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