Html Css Color HEX #422D36 Barossa

📋 copy color: '#422D36'

red 66 ◦ green 45 ◦ blue 54

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

Shades of Barossa #422D36

Tints of Barossa #422D36

RGB

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

 GREEN value IS 45 (17.97% from 255) = 27.27%

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

R = 40%
G = 27.27%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.18

 K value IS 0.74

RGB Variations

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

Color information

#422D36 (or 0x422D36) is known color: Barossa. HEX triplet: 42, 2D and 36. RGB value is (66,45,54). Sum of RGB (Red+Green+Blue) = 66+45+54=165 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40% from 165); Green value is 45 (17.97% from 255 or 27.27% from 165); Blue value is 54 (21.48% from 255 or 32.73% from 165); Max value from RGB is 66 - color contains mainly: red. Hex color #422D36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422D36 is #BDD2C9. Grayscale: #343434. Windows color (decimal): -12440266 or 3550530. OLE color: 3550530.

HSL color Cylindrical-coordinate representation of color #422D36: hue angle of 334.29º degrees, saturation: 0.19, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #422D36 is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 45 54 -
CMYK 0 0.32 0.18 0.74
HSL 334.29º 0.19% 0.22% -
HSV(B) 334.29º 0.32% 0.26% -
XYZ 3.85 3.3 3.92 -
YUV 52.31 128.96 137.77 -
System Red Green Blue C M Y K H S L
Decimal 66 45 54 0 0.32 0.18 0.74 334.29 0.19 0.22
Hex 42 2D 36 0 20 12 4A 14E 13 16
Octal 102 55 66 0 40 22 112 516 23 26
Binary 1000010 101101 110110 0 100000 10010 1001010 101001110 10011 10110

Color Harmonies of #422D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422D36

Black with #422D36

Text Example


Text Example

White with #422D36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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