#430D50

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

Shades of Scarlet Gum #430D50

Tints of Scarlet Gum #430D50

Color information

#430D50 (or 0x430D50) is unknown color: approx Scarlet Gum. HEX triplet: 43, 0D and 50. RGB value is (67,13,80). Sum of RGB (Red+Green+Blue) = 67+13+80=160 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.88% from 160); Green value is 13 (5.47% from 255 or 8.12% from 160); Blue value is 80 (31.64% from 255 or 50% from 160); Max value from RGB is 80 - color contains mainly: blue. Hex color #430D50 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430D50 is #BCF2AF. Grayscale: #242424. Windows color (decimal): -12382896 or 5246275. OLE color: 5246275.

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

Color convert

RGB671380-
CMYK0.160.8400.69
HSL288.36º72.04%18.24%-
HSV(B)288.36º83.75%31.37%-
XYZ3.912.067.78-
YUV36.78152.39149.55-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 41.88%
GREEN value IS 13 (5.47% from 255) = 8.12%
BLUE value IS 80 (31.64% from 255) = 50%
R=41.88%
G=8.12%
B=50%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6713800.160.8400.69288.3672.0418.24
Hex43D5010540451204812
Octal1031512020124010544011022
Binary10000111101101000010000101010001000101100100000100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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