Html Css Color HEX #422C36 Barossa

📋 copy color: '#422C36'

red 66 ◦ green 44 ◦ blue 54

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

Shades of Barossa #422C36

Tints of Barossa #422C36

RGB

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

 GREEN value IS 44 (17.58% from 255) = 26.83%

 BLUE value IS 54 (21.48% from 255) = 32.93%

R = 40.24%
G = 26.83%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.18

 K value IS 0.74

RGB Variations

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

Color information

#422C36 (or 0x422C36) is known color: Barossa. HEX triplet: 42, 2C and 36. RGB value is (66,44,54). Sum of RGB (Red+Green+Blue) = 66+44+54=164 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.24% from 164); Green value is 44 (17.58% from 255 or 26.83% from 164); Blue value is 54 (21.48% from 255 or 32.93% from 164); Max value from RGB is 66 - color contains mainly: red. Hex color #422C36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422C36 is #BDD3C9. Grayscale: #333333. Windows color (decimal): -12440522 or 3550274. OLE color: 3550274.

HSL color Cylindrical-coordinate representation of color #422C36: hue angle of 332.73º 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 #422C36 is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 44 54 -
CMYK 0 0.33 0.18 0.74
HSL 332.73º 0.2% 0.22% -
HSV(B) 332.73º 0.33% 0.26% -
XYZ 3.81 3.23 3.91 -
YUV 51.72 129.29 138.19 -
System Red Green Blue C M Y K H S L
Decimal 66 44 54 0 0.33 0.18 0.74 332.73 0.2 0.22
Hex 42 2C 36 0 21 12 4A 14D 14 16
Octal 102 54 66 0 41 22 112 515 24 26
Binary 1000010 101100 110110 0 100001 10010 1001010 101001101 10100 10110

Color Harmonies of #422C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422C36

Black with #422C36

Text Example


Text Example

White with #422C36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422C36; }

 p { color: rgb(66,44,54); }

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

background-color css

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

 a { background-color: rgb(66,44,54); }

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

border-color css

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

 span { border-color: rgb(66,44,54); }

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