#432050

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

Shades of Scarlet Gum #432050

Tints of Scarlet Gum #432050

Color information

#432050 (or 0x432050) is unknown color: approx Scarlet Gum. HEX triplet: 43, 20 and 50. RGB value is (67,32,80). Sum of RGB (Red+Green+Blue) = 67+32+80=179 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.43% from 179); Green value is 32 (12.89% from 255 or 17.88% from 179); Blue value is 80 (31.64% from 255 or 44.69% from 179); Max value from RGB is 80 - color contains mainly: blue. Hex color #432050 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432050 is #BCDFAF. Grayscale: #2F2F2F. Windows color (decimal): -12378032 or 5251139. OLE color: 5251139.

HSL color Cylindrical-coordinate representation of color #432050: hue angle of 283.75º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #432050 is Cyan = 0.16, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB673280-
CMYK0.160.6000.69
HSL283.75º42.86%21.96%-
HSV(B)283.75º60%31.37%-
XYZ4.282.817.91-
YUV47.94146.1141.6-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 37.43%
GREEN value IS 32 (12.89% from 255) = 17.88%
BLUE value IS 80 (31.64% from 255) = 44.69%
R=37.43%
G=17.88%
B=44.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6732800.160.6000.69283.7542.8621.96
Hex432050103C04511c2b16
Octal10340120207401054345326
Binary10000111000001010000100001111000100010110001110010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432050; }

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

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

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

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

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

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

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

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