#432250

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

Shades of Scarlet Gum #432250

Tints of Scarlet Gum #432250

Color information

#432250 (or 0x432250) is unknown color: approx Scarlet Gum. HEX triplet: 43, 22 and 50. RGB value is (67,34,80). Sum of RGB (Red+Green+Blue) = 67+34+80=181 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.02% from 181); Green value is 34 (13.67% from 255 or 18.78% from 181); Blue value is 80 (31.64% from 255 or 44.20% from 181); Max value from RGB is 80 - color contains mainly: blue. Hex color #432250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432250 is #BCDDAF. Grayscale: #303030. Windows color (decimal): -12377520 or 5251651. OLE color: 5251651.

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

Color convert

RGB673480-
CMYK0.160.5800.69
HSL283.04º40.35%22.35%-
HSV(B)283.04º57.5%31.37%-
XYZ4.332.927.92-
YUV49.11145.43140.76-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 37.02%
GREEN value IS 34 (13.67% from 255) = 18.78%
BLUE value IS 80 (31.64% from 255) = 44.20%
R=37.02%
G=18.78%
B=44.20%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6734800.160.5800.69283.0440.3522.35
Hex432250103A04511b2816
Octal10342120207201054335026
Binary10000111000101010000100001110100100010110001101110100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432250; }

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

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

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

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

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

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

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

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