#431D4E

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

Shades of Scarlet Gum #431D4E

Tints of Scarlet Gum #431D4E

Color information

#431D4E (or 0x431D4E) is unknown color: approx Scarlet Gum. HEX triplet: 43, 1D and 4E. RGB value is (67,29,78). Sum of RGB (Red+Green+Blue) = 67+29+78=174 (23% of max value = 765). Red value is 67 (26.56% from 255 or 38.51% from 174); Green value is 29 (11.72% from 255 or 16.67% from 174); Blue value is 78 (30.86% from 255 or 44.83% from 174); Max value from RGB is 78 - color contains mainly: blue. Hex color #431D4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #431D4E is #BCE2B1. Grayscale: #2D2D2D. Windows color (decimal): -12378802 or 5119299. OLE color: 5119299.

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

Color convert

RGB672978-
CMYK0.140.6300.69
HSL286.53º45.79%20.98%-
HSV(B)286.53º62.82%30.59%-
XYZ4.132.627.5-
YUV45.95146.09143.02-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 38.51%
GREEN value IS 29 (11.72% from 255) = 16.67%
BLUE value IS 78 (30.86% from 255) = 44.83%
R=38.51%
G=16.67%
B=44.83%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6729780.140.6300.69286.5345.7920.98
Hex431D4EE3F04511f2e15
Octal10335116167701054375625
Binary100001111101100111011101111110100010110001111110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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