#422C35

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

Shades of Barossa #422C35

Tints of Barossa #422C35

Color information

#422C35 (or 0x422C35) is unknown color: approx Barossa. HEX triplet: 42, 2C and 35. RGB value is (66,44,53). Sum of RGB (Red+Green+Blue) = 66+44+53=163 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.49% from 163); Green value is 44 (17.58% from 255 or 26.99% from 163); Blue value is 53 (21.09% from 255 or 32.52% from 163); Max value from RGB is 66 - color contains mainly: red. Hex color #422C35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422C35 is #BDD3CA. Grayscale: #333333. Windows color (decimal): -12440523 or 3484738. OLE color: 3484738.

HSL color Cylindrical-coordinate representation of color #422C35: hue angle of 335.45º 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 #422C35 is Cyan = 0, Magento = 0.33, Yellow = 0.20 and Black (K on CMYK) = 0.74.

Color convert

RGB664453-
CMYK00.330.200.74
HSL335.45º20%21.57%-
HSV(B)335.45º33.33%25.88%-
XYZ3.793.223.79-
YUV51.6128.79138.27-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40.49%
GREEN value IS 44 (17.58% from 255) = 26.99%
BLUE value IS 53 (21.09% from 255) = 32.52%
R=40.49%
G=26.99%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.20
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66445300.330.200.74335.452021.57
Hex422C35021144A14f1416
Octal1025465041241125172426
Binary100001010110011010101000011010010010101010011111010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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