#423139

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

Shades of Barossa #423139

Tints of Barossa #423139

Color information

#423139 (or 0x423139) is unknown color: approx Barossa. HEX triplet: 42, 31 and 39. RGB value is (66,49,57). Sum of RGB (Red+Green+Blue) = 66+49+57=172 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.37% from 172); Green value is 49 (19.53% from 255 or 28.49% from 172); Blue value is 57 (22.66% from 255 or 33.14% from 172); Max value from RGB is 66 - color contains mainly: red. Hex color #423139 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423139 is #BDCEC6. Grayscale: #363636. Windows color (decimal): -12439239 or 3748162. OLE color: 3748162.

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

Color convert

RGB664957-
CMYK00.260.140.74
HSL331.76º14.78%22.55%-
HSV(B)331.76º25.76%25.88%-
XYZ4.083.654.36-
YUV55129.13135.85-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 38.37%
GREEN value IS 49 (19.53% from 255) = 28.49%
BLUE value IS 57 (22.66% from 255) = 33.14%
R=38.37%
G=28.49%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.14
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66495700.260.140.74331.7614.7822.55
Hex42313901AE4A14cf17
Octal1026171032161125141727
Binary100001011000111100101101011101001010101001100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423139; }

 p { color: rgb(66,49,57); }

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

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

 a { background-color: rgb(66,49,57); }

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

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

 span { border-color: rgb(66,49,57); }

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