#431D4F

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

Shades of Scarlet Gum #431D4F

Tints of Scarlet Gum #431D4F

Color information

#431D4F (or 0x431D4F) is unknown color: approx Scarlet Gum. HEX triplet: 43, 1D and 4F. RGB value is (67,29,79). Sum of RGB (Red+Green+Blue) = 67+29+79=175 (23% of max value = 765). Red value is 67 (26.56% from 255 or 38.29% from 175); Green value is 29 (11.72% from 255 or 16.57% from 175); Blue value is 79 (31.25% from 255 or 45.14% from 175); Max value from RGB is 79 - color contains mainly: blue. Hex color #431D4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #431D4F is #BCE2B0. Grayscale: #2D2D2D. Windows color (decimal): -12378801 or 5184835. OLE color: 5184835.

HSL color Cylindrical-coordinate representation of color #431D4F: hue angle of 285.6º 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 #431D4F is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB672979-
CMYK0.150.6300.69
HSL285.6º46.3%21.18%-
HSV(B)285.6º63.29%30.98%-
XYZ4.172.647.69-
YUV46.06146.59142.93-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 38.29%
GREEN value IS 29 (11.72% from 255) = 16.57%
BLUE value IS 79 (31.25% from 255) = 45.14%
R=38.29%
G=16.57%
B=45.14%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6729790.150.6300.69285.646.321.18
Hex431D4FF3F04511e2e15
Octal10335117177701054365625
Binary100001111101100111111111111110100010110001111010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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