Html Css Color HEX #47373F Barossa

📋 copy color: '#47373F'

red 71 ◦ green 55 ◦ blue 63

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

Shades of Barossa #47373F

Tints of Barossa #47373F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 29.1%

 BLUE value IS 63 (25% from 255) = 33.33%

R = 37.57%
G = 29.1%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#47373F (or 0x47373F) is known color: Barossa. HEX triplet: 47, 37 and 3F. RGB value is (71,55,63). Sum of RGB (Red+Green+Blue) = 71+55+63=189 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.57% from 189); Green value is 55 (21.88% from 255 or 29.10% from 189); Blue value is 63 (25% from 255 or 33.33% from 189); Max value from RGB is 71 - color contains mainly: red. Hex color #47373F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47373F is #B8C8C0. Grayscale: #3C3C3C. Windows color (decimal): -12110017 or 4142919. OLE color: 4142919.

HSL color Cylindrical-coordinate representation of color #47373F: hue angle of 330º degrees, saturation: 0.13, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #47373F is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 55 63 -
CMYK 0 0.23 0.11 0.72
HSL 330º 0.13% 0.25% -
HSV(B) 330º 0.23% 0.28% -
XYZ 4.86 4.43 5.3 -
YUV 60.7 129.3 135.35 -
System Red Green Blue C M Y K H S L
Decimal 71 55 63 0 0.23 0.11 0.72 330 0.13 0.25
Hex 47 37 3F 0 17 B 48 14A D 19
Octal 107 67 77 0 27 13 110 512 15 31
Binary 1000111 110111 111111 0 10111 1011 1001000 101001010 1101 11001

Color Harmonies of #47373F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47373F

Black with #47373F

Text Example


Text Example

White with #47373F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47373F; }

 p { color: rgb(71,55,63); }

 H1.HeaderClassName
 {
   color: #47373F;
 }
 .AnyTagClassName
 {
   color: #47373F;
 }
</style>

background-color css

<style>
 a { background-color: #47373F; }

 a { background-color: rgb(71,55,63); }

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

border-color css

<style>
 span { border-color: #47373F; }

 span { border-color: rgb(71,55,63); }

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