#432938

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

Shades of Barossa #432938

Tints of Barossa #432938

Color information

#432938 (or 0x432938) is unknown color: approx Barossa. HEX triplet: 43, 29 and 38. RGB value is (67,41,56). Sum of RGB (Red+Green+Blue) = 67+41+56=164 (21% of max value = 765). Red value is 67 (26.56% from 255 or 40.85% from 164); Green value is 41 (16.41% from 255 or 25% from 164); Blue value is 56 (22.27% from 255 or 34.15% from 164); Max value from RGB is 67 - color contains mainly: red. Hex color #432938 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432938 is #BCD6C7. Grayscale: #323232. Windows color (decimal): -12375752 or 3680579. OLE color: 3680579.

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

Color convert

RGB674156-
CMYK00.390.160.74
HSL325.38º24.07%21.18%-
HSV(B)325.38º38.81%26.27%-
XYZ3.823.064.13-
YUV50.48131.11139.78-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 40.85%
GREEN value IS 41 (16.41% from 255) = 25%
BLUE value IS 56 (22.27% from 255) = 34.15%
R=40.85%
G=25%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.16
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67415600.390.160.74325.3824.0721.18
Hex432938027104A1451815
Octal1035170047201125053025
Binary100001110100111100001001111000010010101010001011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432938; }

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

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

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

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

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

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

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

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