Html Css Color HEX #47313B Barossa

📋 copy color: '#47313B'

red 71 ◦ green 49 ◦ blue 59

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

Shades of Barossa #47313B

Tints of Barossa #47313B

RGB

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

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

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

R = 39.66%
G = 27.37%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.17

 K value IS 0.72

RGB Variations

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

Color information

#47313B (or 0x47313B) is known color: Barossa. HEX triplet: 47, 31 and 3B. RGB value is (71,49,59). Sum of RGB (Red+Green+Blue) = 71+49+59=179 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.66% from 179); Green value is 49 (19.53% from 255 or 27.37% from 179); Blue value is 59 (23.44% from 255 or 32.96% from 179); Max value from RGB is 71 - color contains mainly: red. Hex color #47313B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47313B is #B8CEC4. Grayscale: #383838. Windows color (decimal): -12111557 or 3879239. OLE color: 3879239.

HSL color Cylindrical-coordinate representation of color #47313B: hue angle of 332.73º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #47313B is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 49 59 -
CMYK 0 0.31 0.17 0.72
HSL 332.73º 0.18% 0.24% -
HSV(B) 332.73º 0.31% 0.28% -
XYZ 4.49 3.85 4.64 -
YUV 56.72 129.29 138.19 -
System Red Green Blue C M Y K H S L
Decimal 71 49 59 0 0.31 0.17 0.72 332.73 0.18 0.24
Hex 47 31 3B 0 1F 11 48 14D 12 18
Octal 107 61 73 0 37 21 110 515 22 30
Binary 1000111 110001 111011 0 11111 10001 1001000 101001101 10010 11000

Color Harmonies of #47313B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47313B

Black with #47313B

Text Example


Text Example

White with #47313B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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