Html Css Color HEX #492438 Barossa

📋 copy color: '#492438'

red 73 ◦ green 36 ◦ blue 56

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

Shades of Barossa #492438

Tints of Barossa #492438

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 33.94%

R = 44.24%
G = 21.82%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.23

 K value IS 0.71

RGB Variations

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

Color information

#492438 (or 0x492438) is known color: Barossa. HEX triplet: 49, 24 and 38. RGB value is (73,36,56). Sum of RGB (Red+Green+Blue) = 73+36+56=165 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.24% from 165); Green value is 36 (14.45% from 255 or 21.82% from 165); Blue value is 56 (22.27% from 255 or 33.94% from 165); Max value from RGB is 73 - color contains mainly: red. Hex color #492438 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492438 is #B6DBC7. Grayscale: #313131. Windows color (decimal): -11983816 or 3679305. OLE color: 3679305.

HSL color Cylindrical-coordinate representation of color #492438: hue angle of 327.57º 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 #492438 is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 36 56 -
CMYK 0 0.51 0.23 0.71
HSL 327.57º 0.34% 0.21% -
HSV(B) 327.57º 0.51% 0.29% -
XYZ 4.09 2.96 4.1 -
YUV 49.34 131.76 144.87 -
System Red Green Blue C M Y K H S L
Decimal 73 36 56 0 0.51 0.23 0.71 327.57 0.34 0.21
Hex 49 24 38 0 33 17 47 148 22 15
Octal 111 44 70 0 63 27 107 510 42 25
Binary 1001001 100100 111000 0 110011 10111 1000111 101001000 100010 10101

Color Harmonies of #492438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492438

Black with #492438

Text Example


Text Example

White with #492438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492438; }

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

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

background-color css

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

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

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

border-color css

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

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

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