Html Css Color HEX #47293B Barossa

📋 copy color: '#47293B'

red 71 ◦ green 41 ◦ blue 59

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

Shades of Barossa #47293B

Tints of Barossa #47293B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 34.5%

R = 41.52%
G = 23.98%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.17

 K value IS 0.72

RGB Variations

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

Color information

#47293B (or 0x47293B) is known color: Barossa. HEX triplet: 47, 29 and 3B. RGB value is (71,41,59). Sum of RGB (Red+Green+Blue) = 71+41+59=171 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.52% from 171); Green value is 41 (16.41% from 255 or 23.98% from 171); Blue value is 59 (23.44% from 255 or 34.50% from 171); Max value from RGB is 71 - color contains mainly: red. Hex color #47293B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47293B is #B8D6C4. Grayscale: #333333. Windows color (decimal): -12113605 or 3877191. OLE color: 3877191.

HSL color Cylindrical-coordinate representation of color #47293B: hue angle of 324º 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 #47293B is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 41 59 -
CMYK 0 0.42 0.17 0.72
HSL 324º 0.27% 0.22% -
HSV(B) 324º 0.42% 0.28% -
XYZ 4.18 3.24 4.54 -
YUV 52.02 131.94 141.54 -
System Red Green Blue C M Y K H S L
Decimal 71 41 59 0 0.42 0.17 0.72 324 0.27 0.22
Hex 47 29 3B 0 2A 11 48 144 1B 16
Octal 107 51 73 0 52 21 110 504 33 26
Binary 1000111 101001 111011 0 101010 10001 1001000 101000100 11011 10110

Color Harmonies of #47293B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47293B

Black with #47293B

Text Example


Text Example

White with #47293B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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