Html Css Color HEX #47091F Bordeaux

📋 copy color: '#47091F'

red 71 ◦ green 9 ◦ blue 31

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

Shades of Bordeaux #47091F

Tints of Bordeaux #47091F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 27.93%

R = 63.96%
G = 8.11%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#47091F (or 0x47091F) is known color: Bordeaux. HEX triplet: 47, 09 and 1F. RGB value is (71,9,31). Sum of RGB (Red+Green+Blue) = 71+9+31=111 (14% of max value = 765). Red value is 71 (28.12% from 255 or 63.96% from 111); Green value is 9 (3.91% from 255 or 8.11% from 111); Blue value is 31 (12.5% from 255 or 27.93% from 111); Max value from RGB is 71 - color contains mainly: red. Hex color #47091F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47091F is #B8F6E0. Grayscale: #1E1E1E. Windows color (decimal): -12121825 or 2033991. OLE color: 2033991.

HSL color Cylindrical-coordinate representation of color #47091F: hue angle of 338.71º 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 #47091F is Cyan = 0, Magento = 0.87, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 9 31 -
CMYK 0 0.87 0.56 0.72
HSL 338.71º 0.78% 0.16% -
HSV(B) 338.71º 0.87% 0.28% -
XYZ 2.94 1.63 1.46 -
YUV 30.05 128.54 157.21 -
System Red Green Blue C M Y K H S L
Decimal 71 9 31 0 0.87 0.56 0.72 338.71 0.78 0.16
Hex 47 9 1F 0 57 38 48 153 4E 10
Octal 107 11 37 0 127 70 110 523 116 20
Binary 1000111 1001 11111 0 1010111 111000 1001000 101010011 1001110 10000

Color Harmonies of #47091F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47091F

Black with #47091F

Text Example


Text Example

White with #47091F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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