Html Css Color HEX #47283A Barossa

📋 copy color: '#47283A'

red 71 ◦ green 40 ◦ blue 58

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

Shades of Barossa #47283A

Tints of Barossa #47283A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 23.67%

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

R = 42.01%
G = 23.67%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.18

 K value IS 0.72

RGB Variations

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

Color information

#47283A (or 0x47283A) is known color: Barossa. HEX triplet: 47, 28 and 3A. RGB value is (71,40,58). Sum of RGB (Red+Green+Blue) = 71+40+58=169 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.01% from 169); Green value is 40 (16.02% from 255 or 23.67% from 169); Blue value is 58 (23.05% from 255 or 34.32% from 169); Max value from RGB is 71 - color contains mainly: red. Hex color #47283A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47283A is #B8D7C5. Grayscale: #333333. Windows color (decimal): -12113862 or 3811399. OLE color: 3811399.

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

Color convert

RGB 71 40 58 -
CMYK 0 0.44 0.18 0.72
HSL 325.16º 0.28% 0.22% -
HSV(B) 325.16º 0.44% 0.28% -
XYZ 4.12 3.16 4.4 -
YUV 51.32 131.77 142.04 -
System Red Green Blue C M Y K H S L
Decimal 71 40 58 0 0.44 0.18 0.72 325.16 0.28 0.22
Hex 47 28 3A 0 2C 12 48 145 1C 16
Octal 107 50 72 0 54 22 110 505 34 26
Binary 1000111 101000 111010 0 101100 10010 1001000 101000101 11100 10110

Color Harmonies of #47283A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47283A

Black with #47283A

Text Example


Text Example

White with #47283A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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