Html Css Color HEX #47313D Barossa

📋 copy color: '#47313D'

red 71 ◦ green 49 ◦ blue 61

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

Shades of Barossa #47313D

Tints of Barossa #47313D

RGB

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

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

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

R = 39.23%
G = 27.07%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.14

 K value IS 0.72

RGB Variations

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

Color information

#47313D (or 0x47313D) is known color: Barossa. HEX triplet: 47, 31 and 3D. RGB value is (71,49,61). Sum of RGB (Red+Green+Blue) = 71+49+61=181 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.23% from 181); Green value is 49 (19.53% from 255 or 27.07% from 181); Blue value is 61 (24.22% from 255 or 33.70% from 181); Max value from RGB is 71 - color contains mainly: red. Hex color #47313D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47313D is #B8CEC2. Grayscale: #383838. Windows color (decimal): -12111555 or 4010311. OLE color: 4010311.

HSL color Cylindrical-coordinate representation of color #47313D: hue angle of 327.27º 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 #47313D is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 49 61 -
CMYK 0 0.31 0.14 0.72
HSL 327.27º 0.18% 0.24% -
HSV(B) 327.27º 0.31% 0.28% -
XYZ 4.54 3.87 4.92 -
YUV 56.95 130.29 138.02 -
System Red Green Blue C M Y K H S L
Decimal 71 49 61 0 0.31 0.14 0.72 327.27 0.18 0.24
Hex 47 31 3D 0 1F E 48 147 12 18
Octal 107 61 75 0 37 16 110 507 22 30
Binary 1000111 110001 111101 0 11111 1110 1001000 101000111 10010 11000

Color Harmonies of #47313D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47313D

Black with #47313D

Text Example


Text Example

White with #47313D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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