#433439

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

Shades of Barossa #433439

Tints of Barossa #433439

Color information

#433439 (or 0x433439) is unknown color: approx Barossa. HEX triplet: 43, 34 and 39. RGB value is (67,52,57). Sum of RGB (Red+Green+Blue) = 67+52+57=176 (23% of max value = 765). Red value is 67 (26.56% from 255 or 38.07% from 176); Green value is 52 (20.70% from 255 or 29.55% from 176); Blue value is 57 (22.66% from 255 or 32.39% from 176); Max value from RGB is 67 - color contains mainly: red. Hex color #433439 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #433439 is #BCCBC6. Grayscale: #393939. Windows color (decimal): -12372935 or 3748931. OLE color: 3748931.

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

Color convert

RGB675257-
CMYK00.220.150.74
HSL340º12.61%23.33%-
HSV(B)340º22.39%26.27%-
XYZ4.283.944.41-
YUV57.05127.97135.09-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 38.07%
GREEN value IS 52 (20.70% from 255) = 29.55%
BLUE value IS 57 (22.66% from 255) = 32.39%
R=38.07%
G=29.55%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.15
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67525700.220.150.7434012.6123.33
Hex433439016F4A154d17
Octal1036471026171125241527
Binary100001111010011100101011011111001010101010100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #433439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #433439; }

 p { color: rgb(67,52,57); }

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

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

 a { background-color: rgb(67,52,57); }

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

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

 span { border-color: rgb(67,52,57); }

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