Html Css Color HEX #493139 Barossa

📋 copy color: '#493139'

red 73 ◦ green 49 ◦ blue 57

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

Shades of Barossa #493139

Tints of Barossa #493139

RGB

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

 GREEN value IS 49 (19.53% from 255) = 27.37%

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

R = 40.78%
G = 27.37%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.22

 K value IS 0.71

RGB Variations

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

Color information

#493139 (or 0x493139) is known color: Barossa. HEX triplet: 49, 31 and 39. RGB value is (73,49,57). Sum of RGB (Red+Green+Blue) = 73+49+57=179 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.78% from 179); Green value is 49 (19.53% from 255 or 27.37% from 179); Blue value is 57 (22.66% from 255 or 31.84% from 179); Max value from RGB is 73 - color contains mainly: red. Hex color #493139 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493139 is #B6CEC6. Grayscale: #393939. Windows color (decimal): -11980487 or 3748169. OLE color: 3748169.

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

Color convert

RGB 73 49 57 -
CMYK 0 0.33 0.22 0.71
HSL 340º 0.2% 0.24% -
HSV(B) 340º 0.33% 0.29% -
XYZ 4.58 3.91 4.38 -
YUV 57.09 127.95 139.35 -
System Red Green Blue C M Y K H S L
Decimal 73 49 57 0 0.33 0.22 0.71 340 0.2 0.24
Hex 49 31 39 0 21 16 47 154 14 18
Octal 111 61 71 0 41 26 107 524 24 30
Binary 1001001 110001 111001 0 100001 10110 1000111 101010100 10100 11000

Color Harmonies of #493139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493139

Black with #493139

Text Example


Text Example

White with #493139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493139; }

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

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

background-color css

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

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

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

border-color css

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

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

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