Html Css Color HEX #471B1D Bordeaux

📋 copy color: '#471B1D'

red 71 ◦ green 27 ◦ blue 29

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

Shades of Bordeaux #471B1D

Tints of Bordeaux #471B1D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 21.26%

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

R = 55.91%
G = 21.26%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.59

 K value IS 0.72

RGB Variations

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

Color information

#471B1D (or 0x471B1D) is known color: Bordeaux. HEX triplet: 47, 1B and 1D. RGB value is (71,27,29). Sum of RGB (Red+Green+Blue) = 71+27+29=127 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.91% from 127); Green value is 27 (10.94% from 255 or 21.26% from 127); Blue value is 29 (11.72% from 255 or 22.83% from 127); Max value from RGB is 71 - color contains mainly: red. Hex color #471B1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471B1D is #B8E4E2. Grayscale: #282828. Windows color (decimal): -12117219 or 1907527. OLE color: 1907527.

HSL color Cylindrical-coordinate representation of color #471B1D: hue angle of 357.27º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #471B1D is Cyan = 0, Magento = 0.62, Yellow = 0.59 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 27 29 -
CMYK 0 0.62 0.59 0.72
HSL 357.27º 0.45% 0.19% -
HSV(B) 357.27º 0.62% 0.28% -
XYZ 3.21 2.21 1.42 -
YUV 40.38 121.58 149.84 -
System Red Green Blue C M Y K H S L
Decimal 71 27 29 0 0.62 0.59 0.72 357.27 0.45 0.19
Hex 47 1B 1D 0 3E 3B 48 165 2D 13
Octal 107 33 35 0 76 73 110 545 55 23
Binary 1000111 11011 11101 0 111110 111011 1001000 101100101 101101 10011

Color Harmonies of #471B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471B1D

Black with #471B1D

Text Example


Text Example

White with #471B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471B1D; }

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

 H1.HeaderClassName
 {
   color: #471B1D;
 }
 .AnyTagClassName
 {
   color: #471B1D;
 }
</style>

background-color css

<style>
 a { background-color: #471B1D; }

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

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

border-color css

<style>
 span { border-color: #471B1D; }

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

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