Html Css Color HEX #47343D Barossa

📋 copy color: '#47343D'

red 71 ◦ green 52 ◦ blue 61

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

Shades of Barossa #47343D

Tints of Barossa #47343D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 28.26%

 BLUE value IS 61 (24.22% from 255) = 33.15%

R = 38.59%
G = 28.26%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.14

 K value IS 0.72

RGB Variations

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

Color information

#47343D (or 0x47343D) is known color: Barossa. HEX triplet: 47, 34 and 3D. RGB value is (71,52,61). Sum of RGB (Red+Green+Blue) = 71+52+61=184 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.59% from 184); Green value is 52 (20.70% from 255 or 28.26% from 184); Blue value is 61 (24.22% from 255 or 33.15% from 184); Max value from RGB is 71 - color contains mainly: red. Hex color #47343D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47343D is #B8CBC2. Grayscale: #3A3A3A. Windows color (decimal): -12110787 or 4011079. OLE color: 4011079.

HSL color Cylindrical-coordinate representation of color #47343D: hue angle of 331.58º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #47343D is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 52 61 -
CMYK 0 0.27 0.14 0.72
HSL 331.58º 0.15% 0.24% -
HSV(B) 331.58º 0.27% 0.28% -
XYZ 4.67 4.13 4.97 -
YUV 58.71 129.29 136.77 -
System Red Green Blue C M Y K H S L
Decimal 71 52 61 0 0.27 0.14 0.72 331.58 0.15 0.24
Hex 47 34 3D 0 1B E 48 14C F 18
Octal 107 64 75 0 33 16 110 514 17 30
Binary 1000111 110100 111101 0 11011 1110 1001000 101001100 1111 11000

Color Harmonies of #47343D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47343D

Black with #47343D

Text Example


Text Example

White with #47343D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47343D; }

 p { color: rgb(71,52,61); }

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

background-color css

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

 a { background-color: rgb(71,52,61); }

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

border-color css

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

 span { border-color: rgb(71,52,61); }

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