Html Css Color HEX #47081D Bordeaux

📋 copy color: '#47081D'

red 71 ◦ green 8 ◦ blue 29

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

Shades of Bordeaux #47081D

Tints of Bordeaux #47081D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.41%

 BLUE value IS 29 (11.72% from 255) = 26.85%

R = 65.74%
G = 7.41%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.59

 K value IS 0.72

RGB Variations

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

Color information

#47081D (or 0x47081D) is known color: Bordeaux. HEX triplet: 47, 08 and 1D. RGB value is (71,8,29). Sum of RGB (Red+Green+Blue) = 71+8+29=108 (14% of max value = 765). Red value is 71 (28.12% from 255 or 65.74% from 108); Green value is 8 (3.52% from 255 or 7.41% from 108); Blue value is 29 (11.72% from 255 or 26.85% from 108); Max value from RGB is 71 - color contains mainly: red. Hex color #47081D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47081D is #B8F7E2. Grayscale: #1D1D1D. Windows color (decimal): -12122083 or 1902663. OLE color: 1902663.

HSL color Cylindrical-coordinate representation of color #47081D: hue angle of 340º degrees, saturation: 0.8, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #47081D is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 8 29 -
CMYK 0 0.89 0.59 0.72
HSL 340º 0.8% 0.15% -
HSV(B) 340º 0.89% 0.28% -
XYZ 2.91 1.6 1.32 -
YUV 29.23 127.87 157.79 -
System Red Green Blue C M Y K H S L
Decimal 71 8 29 0 0.89 0.59 0.72 340 0.8 0.15
Hex 47 8 1D 0 59 3B 48 154 50 F
Octal 107 10 35 0 131 73 110 524 120 17
Binary 1000111 1000 11101 0 1011001 111011 1001000 101010100 1010000 1111

Color Harmonies of #47081D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47081D

Black with #47081D

Text Example


Text Example

White with #47081D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47081D; }

 p { color: rgb(71,8,29); }

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

background-color css

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

 a { background-color: rgb(71,8,29); }

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

border-color css

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

 span { border-color: rgb(71,8,29); }

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