#47222A

Color #47222A Bordeaux (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bordeaux #47222A

Tints of Bordeaux #47222A

Color information

#47222A (or 0x47222A) is unknown color: approx Bordeaux. HEX triplet: 47, 22 and 2A. RGB value is (71,34,42). Sum of RGB (Red+Green+Blue) = 71+34+42=147 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.30% from 147); Green value is 34 (13.67% from 255 or 23.13% from 147); Blue value is 42 (16.80% from 255 or 28.57% from 147); Max value from RGB is 71 - color contains mainly: red. Hex color #47222A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47222A is #B8DDD5. Grayscale: #2D2D2D. Windows color (decimal): -12115414 or 2761287. OLE color: 2761287.

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

Color convert

RGB713442-
CMYK00.520.410.72
HSL347.03º35.24%20.59%-
HSV(B)347.03º52.11%27.84%-
XYZ3.592.652.51-
YUV45.97125.76145.85-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 48.30%
GREEN value IS 34 (13.67% from 255) = 23.13%
BLUE value IS 42 (16.80% from 255) = 28.57%
R=48.30%
G=23.13%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.41
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71344200.520.410.72347.0335.2420.59
Hex47222A034294815b2315
Octal1074252064511105334325
Binary10001111000101010100110100101001100100010101101110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47222A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,34,42); }

 H1.HeaderClassName
 {
   color: #47222A;
 }
 .AnyTagClassName
 {
   color: #47222A;
 }
</style>
background-color css

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

 a { background-color: rgb(71,34,42); }

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

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

 span { border-color: rgb(71,34,42); }

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