Html Css Color HEX #422737 Barossa

📋 copy color: '#422737'

red 66 ◦ green 39 ◦ blue 55

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

Shades of Barossa #422737

Tints of Barossa #422737

RGB

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

 GREEN value IS 39 (15.63% from 255) = 24.38%

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

R = 41.25%
G = 24.38%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.17

 K value IS 0.74

RGB Variations

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

Color information

#422737 (or 0x422737) is known color: Barossa. HEX triplet: 42, 27 and 37. RGB value is (66,39,55). Sum of RGB (Red+Green+Blue) = 66+39+55=160 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.25% from 160); Green value is 39 (15.62% from 255 or 24.38% from 160); Blue value is 55 (21.88% from 255 or 34.38% from 160); Max value from RGB is 66 - color contains mainly: red. Hex color #422737 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422737 is #BDD8C8. Grayscale: #303030. Windows color (decimal): -12441801 or 3614530. OLE color: 3614530.

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

Color convert

RGB 66 39 55 -
CMYK 0 0.41 0.17 0.74
HSL 324.44º 0.26% 0.21% -
HSV(B) 324.44º 0.41% 0.26% -
XYZ 3.66 2.89 3.98 -
YUV 48.9 131.45 140.2 -
System Red Green Blue C M Y K H S L
Decimal 66 39 55 0 0.41 0.17 0.74 324.44 0.26 0.21
Hex 42 27 37 0 29 11 4A 144 1A 15
Octal 102 47 67 0 51 21 112 504 32 25
Binary 1000010 100111 110111 0 101001 10001 1001010 101000100 11010 10101

Color Harmonies of #422737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422737

Black with #422737

Text Example


Text Example

White with #422737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422737; }

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

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

background-color css

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

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

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

border-color css

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

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

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