Html Css Color HEX #422736 Barossa

📋 copy color: '#422736'

red 66 ◦ green 39 ◦ blue 54

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

Shades of Barossa #422736

Tints of Barossa #422736

RGB

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

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

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

R = 41.51%
G = 24.53%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.18

 K value IS 0.74

RGB Variations

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

Color information

#422736 (or 0x422736) is known color: Barossa. HEX triplet: 42, 27 and 36. RGB value is (66,39,54). Sum of RGB (Red+Green+Blue) = 66+39+54=159 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.51% from 159); Green value is 39 (15.62% from 255 or 24.53% from 159); Blue value is 54 (21.48% from 255 or 33.96% from 159); Max value from RGB is 66 - color contains mainly: red. Hex color #422736 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422736 is #BDD8C9. Grayscale: #303030. Windows color (decimal): -12441802 or 3548994. OLE color: 3548994.

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

Color convert

RGB 66 39 54 -
CMYK 0 0.41 0.18 0.74
HSL 326.67º 0.26% 0.21% -
HSV(B) 326.67º 0.41% 0.26% -
XYZ 3.64 2.88 3.85 -
YUV 48.78 130.95 140.28 -
System Red Green Blue C M Y K H S L
Decimal 66 39 54 0 0.41 0.18 0.74 326.67 0.26 0.21
Hex 42 27 36 0 29 12 4A 147 1A 15
Octal 102 47 66 0 51 22 112 507 32 25
Binary 1000010 100111 110110 0 101001 10010 1001010 101000111 11010 10101

Color Harmonies of #422736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422736

Black with #422736

Text Example


Text Example

White with #422736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422736; }

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

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

background-color css

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

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

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

border-color css

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

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

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