#432438

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

Shades of Barossa #432438

Tints of Barossa #432438

Color information

#432438 (or 0x432438) is unknown color: approx Barossa. HEX triplet: 43, 24 and 38. RGB value is (67,36,56). Sum of RGB (Red+Green+Blue) = 67+36+56=159 (21% of max value = 765). Red value is 67 (26.56% from 255 or 42.14% from 159); Green value is 36 (14.45% from 255 or 22.64% from 159); Blue value is 56 (22.27% from 255 or 35.22% from 159); Max value from RGB is 67 - color contains mainly: red. Hex color #432438 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432438 is #BCDBC7. Grayscale: #2F2F2F. Windows color (decimal): -12377032 or 3679299. OLE color: 3679299.

HSL color Cylindrical-coordinate representation of color #432438: hue angle of 321.29º degrees, saturation: 0.3, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #432438 is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.74.

Color convert

RGB673656-
CMYK00.460.160.74
HSL321.29º30.1%20.2%-
HSV(B)321.29º46.27%26.27%-
XYZ3.662.744.08-
YUV47.55132.77141.87-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 42.14%
GREEN value IS 36 (14.45% from 255) = 22.64%
BLUE value IS 56 (22.27% from 255) = 35.22%
R=42.14%
G=22.64%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.16
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67365600.460.160.74321.2930.120.2
Hex43243802E104A1411e14
Octal1034470056201125013624
Binary100001110010011100001011101000010010101010000011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432438; }

 p { color: rgb(67,36,56); }

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

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

 a { background-color: rgb(67,36,56); }

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

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

 span { border-color: rgb(67,36,56); }

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