Html Css Color HEX #47091B Bordeaux

📋 copy color: '#47091B'

red 71 ◦ green 9 ◦ blue 27

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

Shades of Bordeaux #47091B

Tints of Bordeaux #47091B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.41%

 BLUE value IS 27 (10.94% from 255) = 25.23%

R = 66.36%
G = 8.41%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.62

 K value IS 0.72

RGB Variations

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

Color information

#47091B (or 0x47091B) is known color: Bordeaux. HEX triplet: 47, 09 and 1B. RGB value is (71,9,27). Sum of RGB (Red+Green+Blue) = 71+9+27=107 (14% of max value = 765). Red value is 71 (28.12% from 255 or 66.36% from 107); Green value is 9 (3.91% from 255 or 8.41% from 107); Blue value is 27 (10.94% from 255 or 25.23% from 107); Max value from RGB is 71 - color contains mainly: red. Hex color #47091B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47091B is #B8F6E4. Grayscale: #1D1D1D. Windows color (decimal): -12121829 or 1771847. OLE color: 1771847.

HSL color Cylindrical-coordinate representation of color #47091B: hue angle of 342.58º degrees, saturation: 0.77, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #47091B is Cyan = 0, Magento = 0.87, Yellow = 0.62 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 9 27 -
CMYK 0 0.87 0.62 0.72
HSL 342.58º 0.78% 0.16% -
HSV(B) 342.58º 0.87% 0.28% -
XYZ 2.89 1.61 1.2 -
YUV 29.59 126.54 157.54 -
System Red Green Blue C M Y K H S L
Decimal 71 9 27 0 0.87 0.62 0.72 342.58 0.78 0.16
Hex 47 9 1B 0 57 3E 48 157 4E 10
Octal 107 11 33 0 127 76 110 527 116 20
Binary 1000111 1001 11011 0 1010111 111110 1001000 101010111 1001110 10000

Color Harmonies of #47091B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47091B

Black with #47091B

Text Example


Text Example

White with #47091B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47091B; }

 p { color: rgb(71,9,27); }

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

background-color css

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

 a { background-color: rgb(71,9,27); }

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

border-color css

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

 span { border-color: rgb(71,9,27); }

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