Html Css Color HEX #47091E Bordeaux

📋 copy color: '#47091E'

red 71 ◦ green 9 ◦ blue 30

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

Shades of Bordeaux #47091E

Tints of Bordeaux #47091E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 27.27%

R = 64.55%
G = 8.18%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#47091E (or 0x47091E) is known color: Bordeaux. HEX triplet: 47, 09 and 1E. RGB value is (71,9,30). Sum of RGB (Red+Green+Blue) = 71+9+30=110 (14% of max value = 765). Red value is 71 (28.12% from 255 or 64.55% from 110); Green value is 9 (3.91% from 255 or 8.18% from 110); Blue value is 30 (12.11% from 255 or 27.27% from 110); Max value from RGB is 71 - color contains mainly: red. Hex color #47091E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47091E is #B8F6E1. Grayscale: #1D1D1D. Windows color (decimal): -12121826 or 1968455. OLE color: 1968455.

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

Color convert

RGB 71 9 30 -
CMYK 0 0.87 0.58 0.72
HSL 339.68º 0.78% 0.16% -
HSV(B) 339.68º 0.87% 0.28% -
XYZ 2.93 1.63 1.39 -
YUV 29.93 128.04 157.29 -
System Red Green Blue C M Y K H S L
Decimal 71 9 30 0 0.87 0.58 0.72 339.68 0.78 0.16
Hex 47 9 1E 0 57 3A 48 154 4E 10
Octal 107 11 36 0 127 72 110 524 116 20
Binary 1000111 1001 11110 0 1010111 111010 1001000 101010100 1001110 10000

Color Harmonies of #47091E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47091E

Black with #47091E

Text Example


Text Example

White with #47091E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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