#431A50

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

Shades of Scarlet Gum #431A50

Tints of Scarlet Gum #431A50

Color information

#431A50 (or 0x431A50) is unknown color: approx Scarlet Gum. HEX triplet: 43, 1A and 50. RGB value is (67,26,80). Sum of RGB (Red+Green+Blue) = 67+26+80=173 (22% of max value = 765). Red value is 67 (26.56% from 255 or 38.73% from 173); Green value is 26 (10.55% from 255 or 15.03% from 173); Blue value is 80 (31.64% from 255 or 46.24% from 173); Max value from RGB is 80 - color contains mainly: blue. Hex color #431A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #431A50 is #BCE5AF. Grayscale: #2C2C2C. Windows color (decimal): -12379568 or 5249603. OLE color: 5249603.

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

Color convert

RGB672680-
CMYK0.160.6700.69
HSL285.56º50.94%20.78%-
HSV(B)285.56º67.5%31.37%-
XYZ4.132.517.86-
YUV44.41148.08144.11-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 38.73%
GREEN value IS 26 (10.55% from 255) = 15.03%
BLUE value IS 80 (31.64% from 255) = 46.24%
R=38.73%
G=15.03%
B=46.24%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6726800.160.6700.69285.5650.9420.78
Hex431A50104304511e3315
Octal103321202010301054366325
Binary10000111101010100001000010000110100010110001111011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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