Html Css Color HEX #47293A Barossa

📋 copy color: '#47293A'

red 71 ◦ green 41 ◦ blue 58

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

Shades of Barossa #47293A

Tints of Barossa #47293A

RGB

 RED value IS 71 (28.13% from 255) = 41.76%

 GREEN value IS 41 (16.41% from 255) = 24.12%

 BLUE value IS 58 (23.05% from 255) = 34.12%

R = 41.76%
G = 24.12%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.18

 K value IS 0.72

RGB Variations

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

Color information

#47293A (or 0x47293A) is known color: Barossa. HEX triplet: 47, 29 and 3A. RGB value is (71,41,58). Sum of RGB (Red+Green+Blue) = 71+41+58=170 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.76% from 170); Green value is 41 (16.41% from 255 or 24.12% from 170); Blue value is 58 (23.05% from 255 or 34.12% from 170); Max value from RGB is 71 - color contains mainly: red. Hex color #47293A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47293A is #B8D6C5. Grayscale: #333333. Windows color (decimal): -12113606 or 3811655. OLE color: 3811655.

HSL color Cylindrical-coordinate representation of color #47293A: hue angle of 326º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #47293A is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 41 58 -
CMYK 0 0.42 0.18 0.72
HSL 326º 0.27% 0.22% -
HSV(B) 326º 0.42% 0.28% -
XYZ 4.16 3.23 4.41 -
YUV 51.91 131.44 141.62 -
System Red Green Blue C M Y K H S L
Decimal 71 41 58 0 0.42 0.18 0.72 326 0.27 0.22
Hex 47 29 3A 0 2A 12 48 146 1B 16
Octal 107 51 72 0 52 22 110 506 33 26
Binary 1000111 101001 111010 0 101010 10010 1001000 101000110 11011 10110

Color Harmonies of #47293A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47293A

Black with #47293A

Text Example


Text Example

White with #47293A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47293A; }

 p { color: rgb(71,41,58); }

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

background-color css

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

 a { background-color: rgb(71,41,58); }

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

border-color css

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

 span { border-color: rgb(71,41,58); }

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