#432056

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

Shades of Scarlet Gum #432056

Tints of Scarlet Gum #432056

Color information

#432056 (or 0x432056) is unknown color: approx Scarlet Gum. HEX triplet: 43, 20 and 56. RGB value is (67,32,86). Sum of RGB (Red+Green+Blue) = 67+32+86=185 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.22% from 185); Green value is 32 (12.89% from 255 or 17.30% from 185); Blue value is 86 (33.98% from 255 or 46.49% from 185); Max value from RGB is 86 - color contains mainly: blue. Hex color #432056 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432056 is #BCDFA9. Grayscale: #303030. Windows color (decimal): -12378026 or 5644355. OLE color: 5644355.

HSL color Cylindrical-coordinate representation of color #432056: hue angle of 278.89º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #432056 is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB673286-
CMYK0.220.6300.66
HSL278.89º45.76%23.14%-
HSV(B)278.89º62.79%33.73%-
XYZ4.512.99.13-
YUV48.62149.1141.11-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 36.22%
GREEN value IS 32 (12.89% from 255) = 17.30%
BLUE value IS 86 (33.98% from 255) = 46.49%
R=36.22%
G=17.30%
B=46.49%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6732860.220.6300.66278.8945.7623.14
Hex432056163F0421172e17
Octal10340126267701024275627
Binary10000111000001010110101101111110100001010001011110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432056; }

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

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

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

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

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

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

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

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