#431550

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

Shades of Scarlet Gum #431550

Tints of Scarlet Gum #431550

Color information

#431550 (or 0x431550) is unknown color: approx Scarlet Gum. HEX triplet: 43, 15 and 50. RGB value is (67,21,80). Sum of RGB (Red+Green+Blue) = 67+21+80=168 (22% of max value = 765). Red value is 67 (26.56% from 255 or 39.88% from 168); Green value is 21 (8.59% from 255 or 12.5% from 168); Blue value is 80 (31.64% from 255 or 47.62% from 168); Max value from RGB is 80 - color contains mainly: blue. Hex color #431550 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #431550 is #BCEAAF. Grayscale: #292929. Windows color (decimal): -12380848 or 5248323. OLE color: 5248323.

HSL color Cylindrical-coordinate representation of color #431550: hue angle of 286.78º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #431550 is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB672180-
CMYK0.160.7400.69
HSL286.78º58.42%19.8%-
HSV(B)286.78º73.75%31.37%-
XYZ4.032.317.82-
YUV41.48149.74146.2-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 39.88%
GREEN value IS 21 (8.59% from 255) = 12.5%
BLUE value IS 80 (31.64% from 255) = 47.62%
R=39.88%
G=12.5%
B=47.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6721800.160.7400.69286.7858.4219.8
Hex431550104A04511f3a14
Octal103251202011201054377224
Binary10000111010110100001000010010100100010110001111111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431550; }

 p { color: rgb(67,21,80); }

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

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

 a { background-color: rgb(67,21,80); }

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

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

 span { border-color: rgb(67,21,80); }

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