#432055

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

Shades of Scarlet Gum #432055

Tints of Scarlet Gum #432055

Color information

#432055 (or 0x432055) is unknown color: approx Scarlet Gum. HEX triplet: 43, 20 and 55. RGB value is (67,32,85). Sum of RGB (Red+Green+Blue) = 67+32+85=184 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.41% from 184); Green value is 32 (12.89% from 255 or 17.39% from 184); Blue value is 85 (33.59% from 255 or 46.20% from 184); Max value from RGB is 85 - color contains mainly: blue. Hex color #432055 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432055 is #BCDFAA. Grayscale: #303030. Windows color (decimal): -12378027 or 5578819. OLE color: 5578819.

HSL color Cylindrical-coordinate representation of color #432055: hue angle of 279.62º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #432055 is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB673285-
CMYK0.210.6200.67
HSL279.62º45.3%22.94%-
HSV(B)279.62º62.35%33.33%-
XYZ4.472.888.92-
YUV48.51148.6141.19-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 36.41%
GREEN value IS 32 (12.89% from 255) = 17.39%
BLUE value IS 85 (33.59% from 255) = 46.20%
R=36.41%
G=17.39%
B=46.20%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6732850.210.6200.67279.6245.322.94
Hex432055153E0431182d17
Octal10340125257601034305527
Binary10000111000001010101101011111100100001110001100010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432055; }

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

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

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

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

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

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

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

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