Html Css Color HEX #472536 Barossa

📋 copy color: '#472536'

red 71 ◦ green 37 ◦ blue 54

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

Shades of Barossa #472536

Tints of Barossa #472536

RGB

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

 GREEN value IS 37 (14.84% from 255) = 22.84%

 BLUE value IS 54 (21.48% from 255) = 33.33%

R = 43.83%
G = 22.84%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.24

 K value IS 0.72

RGB Variations

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

Color information

#472536 (or 0x472536) is known color: Barossa. HEX triplet: 47, 25 and 36. RGB value is (71,37,54). Sum of RGB (Red+Green+Blue) = 71+37+54=162 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.83% from 162); Green value is 37 (14.84% from 255 or 22.84% from 162); Blue value is 54 (21.48% from 255 or 33.33% from 162); Max value from RGB is 71 - color contains mainly: red. Hex color #472536 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472536 is #B8DAC9. Grayscale: #313131. Windows color (decimal): -12114634 or 3548487. OLE color: 3548487.

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

Color convert

RGB 71 37 54 -
CMYK 0 0.48 0.24 0.72
HSL 330º 0.31% 0.21% -
HSV(B) 330º 0.48% 0.28% -
XYZ 3.93 2.93 3.85 -
YUV 49.1 130.76 143.62 -
System Red Green Blue C M Y K H S L
Decimal 71 37 54 0 0.48 0.24 0.72 330 0.31 0.21
Hex 47 25 36 0 30 18 48 14A 1F 15
Octal 107 45 66 0 60 30 110 512 37 25
Binary 1000111 100101 110110 0 110000 11000 1001000 101001010 11111 10101

Color Harmonies of #472536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472536

Black with #472536

Text Example


Text Example

White with #472536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472536; }

 p { color: rgb(71,37,54); }

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

background-color css

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

 a { background-color: rgb(71,37,54); }

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

border-color css

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

 span { border-color: rgb(71,37,54); }

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