#432C35

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

Shades of Barossa #432C35

Tints of Barossa #432C35

Color information

#432C35 (or 0x432C35) is unknown color: approx Barossa. HEX triplet: 43, 2C and 35. RGB value is (67,44,53). Sum of RGB (Red+Green+Blue) = 67+44+53=164 (21% of max value = 765). Red value is 67 (26.56% from 255 or 40.85% from 164); Green value is 44 (17.58% from 255 or 26.83% from 164); Blue value is 53 (21.09% from 255 or 32.32% from 164); Max value from RGB is 67 - color contains mainly: red. Hex color #432C35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432C35 is #BCD3CA. Grayscale: #333333. Windows color (decimal): -12374987 or 3484739. OLE color: 3484739.

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

Color convert

RGB674453-
CMYK00.340.210.74
HSL336.52º20.72%21.76%-
HSV(B)336.52º34.33%26.27%-
XYZ3.863.253.79-
YUV51.9128.62138.77-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 40.85%
GREEN value IS 44 (17.58% from 255) = 26.83%
BLUE value IS 53 (21.09% from 255) = 32.32%
R=40.85%
G=26.83%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.21
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67445300.340.210.74336.5220.7221.76
Hex432C35022154A1511516
Octal1035465042251125212526
Binary100001110110011010101000101010110010101010100011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432C35; }

 p { color: rgb(67,44,53); }

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

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

 a { background-color: rgb(67,44,53); }

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

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

 span { border-color: rgb(67,44,53); }

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