Html Css Color HEX #492439 Barossa

📋 copy color: '#492439'

red 73 ◦ green 36 ◦ blue 57

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

Shades of Barossa #492439

Tints of Barossa #492439

RGB

 RED value IS 73 (28.91% from 255) = 43.98%

 GREEN value IS 36 (14.45% from 255) = 21.69%

 BLUE value IS 57 (22.66% from 255) = 34.34%

R = 43.98%
G = 21.69%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.22

 K value IS 0.71

RGB Variations

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

Color information

#492439 (or 0x492439) is known color: Barossa. HEX triplet: 49, 24 and 39. RGB value is (73,36,57). Sum of RGB (Red+Green+Blue) = 73+36+57=166 (21% of max value = 765). Red value is 73 (28.91% from 255 or 43.98% from 166); Green value is 36 (14.45% from 255 or 21.69% from 166); Blue value is 57 (22.66% from 255 or 34.34% from 166); Max value from RGB is 73 - color contains mainly: red. Hex color #492439 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492439 is #B6DBC6. Grayscale: #313131. Windows color (decimal): -11983815 or 3744841. OLE color: 3744841.

HSL color Cylindrical-coordinate representation of color #492439: hue angle of 325.95º degrees, saturation: 0.34, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #492439 is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 36 57 -
CMYK 0 0.51 0.22 0.71
HSL 325.95º 0.34% 0.21% -
HSV(B) 325.95º 0.51% 0.29% -
XYZ 4.12 2.97 4.23 -
YUV 49.46 132.26 144.79 -
System Red Green Blue C M Y K H S L
Decimal 73 36 57 0 0.51 0.22 0.71 325.95 0.34 0.21
Hex 49 24 39 0 33 16 47 146 22 15
Octal 111 44 71 0 63 26 107 506 42 25
Binary 1001001 100100 111001 0 110011 10110 1000111 101000110 100010 10101

Color Harmonies of #492439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492439

Black with #492439

Text Example


Text Example

White with #492439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492439; }

 p { color: rgb(73,36,57); }

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

background-color css

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

 a { background-color: rgb(73,36,57); }

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

border-color css

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

 span { border-color: rgb(73,36,57); }

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