Html Css Color HEX #422938 Barossa

📋 copy color: '#422938'

red 66 ◦ green 41 ◦ blue 56

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

Shades of Barossa #422938

Tints of Barossa #422938

RGB

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

 GREEN value IS 41 (16.41% from 255) = 25.15%

 BLUE value IS 56 (22.27% from 255) = 34.36%

R = 40.49%
G = 25.15%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.15

 K value IS 0.74

RGB Variations

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

Color information

#422938 (or 0x422938) is known color: Barossa. HEX triplet: 42, 29 and 38. RGB value is (66,41,56). Sum of RGB (Red+Green+Blue) = 66+41+56=163 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.49% from 163); Green value is 41 (16.41% from 255 or 25.15% from 163); Blue value is 56 (22.27% from 255 or 34.36% from 163); Max value from RGB is 66 - color contains mainly: red. Hex color #422938 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422938 is #BDD6C7. Grayscale: #323232. Windows color (decimal): -12441288 or 3680578. OLE color: 3680578.

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

Color convert

RGB 66 41 56 -
CMYK 0 0.38 0.15 0.74
HSL 324º 0.23% 0.21% -
HSV(B) 324º 0.38% 0.26% -
XYZ 3.75 3.03 4.13 -
YUV 50.19 131.28 139.28 -
System Red Green Blue C M Y K H S L
Decimal 66 41 56 0 0.38 0.15 0.74 324 0.23 0.21
Hex 42 29 38 0 26 F 4A 144 17 15
Octal 102 51 70 0 46 17 112 504 27 25
Binary 1000010 101001 111000 0 100110 1111 1001010 101000100 10111 10101

Color Harmonies of #422938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422938

Black with #422938

Text Example


Text Example

White with #422938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422938; }

 p { color: rgb(66,41,56); }

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

background-color css

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

 a { background-color: rgb(66,41,56); }

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

border-color css

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

 span { border-color: rgb(66,41,56); }

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