Html Css Color HEX #422C39 Barossa

📋 copy color: '#422C39'

red 66 ◦ green 44 ◦ blue 57

#422C39
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Barossa #422C39

Tints of Barossa #422C39

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 value IS 0

 M value IS 0.33

 Y value IS 0.14

 K value IS 0.74

RGB Variations

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

Color information

#422C39 (or 0x422C39) is known color: 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

RGB 66 44 57 -
CMYK 0 0.33 0.14 0.74
HSL 324.55º 0.2% 0.22% -
HSV(B) 324.55º 0.33% 0.26% -
XYZ 3.89 3.26 4.29 -
YUV 52.06 130.79 137.94 -
System Red Green Blue C M Y K H S L
Decimal 66 44 57 0 0.33 0.14 0.74 324.55 0.2 0.22
Hex 42 2C 39 0 21 E 4A 145 14 16
Octal 102 54 71 0 41 16 112 505 24 26
Binary 1000010 101100 111001 0 100001 1110 1001010 101000101 10100 10110

Color Harmonies of #422C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422C39

Black with #422C39

Text Example


Text Example

White with #422C39

Text Example


Text Example

HTML Codes & Css Web 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>