Html Css Color HEX #422837 Barossa

📋 copy color: '#422837'

red 66 ◦ green 40 ◦ blue 55

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

Shades of Barossa #422837

Tints of Barossa #422837

RGB

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

 GREEN value IS 40 (16.02% from 255) = 24.84%

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

R = 40.99%
G = 24.84%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.17

 K value IS 0.74

RGB Variations

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

Color information

#422837 (or 0x422837) is known color: Barossa. HEX triplet: 42, 28 and 37. RGB value is (66,40,55). Sum of RGB (Red+Green+Blue) = 66+40+55=161 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.99% from 161); Green value is 40 (16.02% from 255 or 24.84% from 161); Blue value is 55 (21.88% from 255 or 34.16% from 161); Max value from RGB is 66 - color contains mainly: red. Hex color #422837 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422837 is #BDD7C8. Grayscale: #313131. Windows color (decimal): -12441545 or 3614786. OLE color: 3614786.

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

Color convert

RGB 66 40 55 -
CMYK 0 0.39 0.17 0.74
HSL 325.38º 0.25% 0.21% -
HSV(B) 325.38º 0.39% 0.26% -
XYZ 3.7 2.95 3.99 -
YUV 49.48 131.11 139.78 -
System Red Green Blue C M Y K H S L
Decimal 66 40 55 0 0.39 0.17 0.74 325.38 0.25 0.21
Hex 42 28 37 0 27 11 4A 145 19 15
Octal 102 50 67 0 47 21 112 505 31 25
Binary 1000010 101000 110111 0 100111 10001 1001010 101000101 11001 10101

Color Harmonies of #422837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422837

Black with #422837

Text Example


Text Example

White with #422837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422837; }

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

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

background-color css

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

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

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

border-color css

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

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

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