Html Css Color HEX #422637 Barossa

📋 copy color: '#422637'

red 66 ◦ green 38 ◦ blue 55

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

Shades of Barossa #422637

Tints of Barossa #422637

RGB

 RED value IS 66 (26.17% from 255) = 41.51%

 GREEN value IS 38 (15.23% from 255) = 23.9%

 BLUE value IS 55 (21.88% from 255) = 34.59%

R = 41.51%
G = 23.9%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.17

 K value IS 0.74

RGB Variations

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

Color information

#422637 (or 0x422637) is known color: Barossa. HEX triplet: 42, 26 and 37. RGB value is (66,38,55). Sum of RGB (Red+Green+Blue) = 66+38+55=159 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.51% from 159); Green value is 38 (15.23% from 255 or 23.90% from 159); Blue value is 55 (21.88% from 255 or 34.59% from 159); Max value from RGB is 66 - color contains mainly: red. Hex color #422637 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422637 is #BDD9C8. Grayscale: #303030. Windows color (decimal): -12442057 or 3614274. OLE color: 3614274.

HSL color Cylindrical-coordinate representation of color #422637: hue angle of 323.57º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #422637 is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 38 55 -
CMYK 0 0.42 0.17 0.74
HSL 323.57º 0.27% 0.2% -
HSV(B) 323.57º 0.42% 0.26% -
XYZ 3.63 2.82 3.97 -
YUV 48.31 131.78 140.62 -
System Red Green Blue C M Y K H S L
Decimal 66 38 55 0 0.42 0.17 0.74 323.57 0.27 0.2
Hex 42 26 37 0 2A 11 4A 144 1B 14
Octal 102 46 67 0 52 21 112 504 33 24
Binary 1000010 100110 110111 0 101010 10001 1001010 101000100 11011 10100

Color Harmonies of #422637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422637

Black with #422637

Text Example


Text Example

White with #422637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422637; }

 p { color: rgb(66,38,55); }

 H1.HeaderClassName
 {
   color: #422637;
 }
 .AnyTagClassName
 {
   color: #422637;
 }
</style>

background-color css

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

 a { background-color: rgb(66,38,55); }

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

border-color css

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

 span { border-color: rgb(66,38,55); }

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