Html Css Color HEX #47263A Barossa

📋 copy color: '#47263A'

red 71 ◦ green 38 ◦ blue 58

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

Shades of Barossa #47263A

Tints of Barossa #47263A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 22.75%

 BLUE value IS 58 (23.05% from 255) = 34.73%

R = 42.51%
G = 22.75%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.18

 K value IS 0.72

RGB Variations

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

Color information

#47263A (or 0x47263A) is known color: Barossa. HEX triplet: 47, 26 and 3A. RGB value is (71,38,58). Sum of RGB (Red+Green+Blue) = 71+38+58=167 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.51% from 167); Green value is 38 (15.23% from 255 or 22.75% from 167); Blue value is 58 (23.05% from 255 or 34.73% from 167); Max value from RGB is 71 - color contains mainly: red. Hex color #47263A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47263A is #B8D9C5. Grayscale: #323232. Windows color (decimal): -12114374 or 3810887. OLE color: 3810887.

HSL color Cylindrical-coordinate representation of color #47263A: hue angle of 323.64º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #47263A is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 38 58 -
CMYK 0 0.46 0.18 0.72
HSL 323.64º 0.3% 0.21% -
HSV(B) 323.64º 0.46% 0.28% -
XYZ 4.06 3.03 4.37 -
YUV 50.15 132.43 142.87 -
System Red Green Blue C M Y K H S L
Decimal 71 38 58 0 0.46 0.18 0.72 323.64 0.3 0.21
Hex 47 26 3A 0 2E 12 48 144 1E 15
Octal 107 46 72 0 56 22 110 504 36 25
Binary 1000111 100110 111010 0 101110 10010 1001000 101000100 11110 10101

Color Harmonies of #47263A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47263A

Black with #47263A

Text Example


Text Example

White with #47263A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47263A; }

 p { color: rgb(71,38,58); }

 H1.HeaderClassName
 {
   color: #47263A;
 }
 .AnyTagClassName
 {
   color: #47263A;
 }
</style>

background-color css

<style>
 a { background-color: #47263A; }

 a { background-color: rgb(71,38,58); }

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

border-color css

<style>
 span { border-color: #47263A; }

 span { border-color: rgb(71,38,58); }

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