#422C39

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

Shades of Barossa #422C39

Tints of Barossa #422C39

Color information

#422C39 (or 0x422C39) is unknown color: approx Barossa. HEX triplet: 42, 2C and 39. RGB value is (66,44,57). Sum of RGB (Red+Green+Blue) = 66+44+57=167 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.52% from 167); Green value is 44 (17.58% from 255 or 26.35% from 167); Blue value is 57 (22.66% from 255 or 34.13% from 167); Max value from RGB is 66 - color contains mainly: red. Hex color #422C39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422C39 is #BDD3C6. Grayscale: #343434. Windows color (decimal): -12440519 or 3746882. OLE color: 3746882.

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

Color convert

RGB664457-
CMYK00.330.140.74
HSL324.55º20%21.57%-
HSV(B)324.55º33.33%25.88%-
XYZ3.893.264.29-
YUV52.06130.79137.94-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 39.52%
GREEN value IS 44 (17.58% from 255) = 26.35%
BLUE value IS 57 (22.66% from 255) = 34.13%
R=39.52%
G=26.35%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.14
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66445700.330.140.74324.552021.57
Hex422C39021E4A1451416
Octal1025471041161125052426
Binary10000101011001110010100001111010010101010001011010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422C39; }

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

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

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

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

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

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

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

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