#431D50

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

Shades of Scarlet Gum #431D50

Tints of Scarlet Gum #431D50

Color information

#431D50 (or 0x431D50) is unknown color: approx Scarlet Gum. HEX triplet: 43, 1D and 50. RGB value is (67,29,80). Sum of RGB (Red+Green+Blue) = 67+29+80=176 (23% of max value = 765). Red value is 67 (26.56% from 255 or 38.07% from 176); Green value is 29 (11.72% from 255 or 16.48% from 176); Blue value is 80 (31.64% from 255 or 45.45% from 176); Max value from RGB is 80 - color contains mainly: blue. Hex color #431D50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #431D50 is #BCE2AF. Grayscale: #2E2E2E. Windows color (decimal): -12378800 or 5250371. OLE color: 5250371.

HSL color Cylindrical-coordinate representation of color #431D50: hue angle of 284.71º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #431D50 is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB672980-
CMYK0.160.6400.69
HSL284.71º46.79%21.37%-
HSV(B)284.71º63.75%31.37%-
XYZ4.22.657.88-
YUV46.18147.09142.85-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 38.07%
GREEN value IS 29 (11.72% from 255) = 16.48%
BLUE value IS 80 (31.64% from 255) = 45.45%
R=38.07%
G=16.48%
B=45.45%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6729800.160.6400.69284.7146.7921.37
Hex431D50104004511d2f15
Octal103351202010001054355725
Binary10000111110110100001000010000000100010110001110110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431D50; }

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

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

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

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

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

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

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

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