#432150

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

Shades of Scarlet Gum #432150

Tints of Scarlet Gum #432150

Color information

#432150 (or 0x432150) is unknown color: approx Scarlet Gum. HEX triplet: 43, 21 and 50. RGB value is (67,33,80). Sum of RGB (Red+Green+Blue) = 67+33+80=180 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.22% from 180); Green value is 33 (13.28% from 255 or 18.33% from 180); Blue value is 80 (31.64% from 255 or 44.44% from 180); Max value from RGB is 80 - color contains mainly: blue. Hex color #432150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432150 is #BCDEAF. Grayscale: #303030. Windows color (decimal): -12377776 or 5251395. OLE color: 5251395.

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

Color convert

RGB673380-
CMYK0.160.5900.69
HSL283.4º41.59%22.16%-
HSV(B)283.4º58.75%31.37%-
XYZ4.312.867.91-
YUV48.52145.76141.18-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 37.22%
GREEN value IS 33 (13.28% from 255) = 18.33%
BLUE value IS 80 (31.64% from 255) = 44.44%
R=37.22%
G=18.33%
B=44.44%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6733800.160.5900.69283.441.5922.16
Hex432150103B04511b2a16
Octal10341120207301054335226
Binary10000111000011010000100001110110100010110001101110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432150; }

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

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

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

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

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

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

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

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