Html Css Color HEX #471A1D Bordeaux

📋 copy color: '#471A1D'

red 71 ◦ green 26 ◦ blue 29

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

Shades of Bordeaux #471A1D

Tints of Bordeaux #471A1D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 20.63%

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

R = 56.35%
G = 20.63%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.59

 K value IS 0.72

RGB Variations

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

Color information

#471A1D (or 0x471A1D) is known color: Bordeaux. HEX triplet: 47, 1A and 1D. RGB value is (71,26,29). Sum of RGB (Red+Green+Blue) = 71+26+29=126 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.35% from 126); Green value is 26 (10.55% from 255 or 20.63% from 126); Blue value is 29 (11.72% from 255 or 23.02% from 126); Max value from RGB is 71 - color contains mainly: red. Hex color #471A1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471A1D is #B8E5E2. Grayscale: #272727. Windows color (decimal): -12117475 or 1907271. OLE color: 1907271.

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

Color convert

RGB 71 26 29 -
CMYK 0 0.63 0.59 0.72
HSL 356º 0.46% 0.19% -
HSV(B) 356º 0.63% 0.28% -
XYZ 3.19 2.17 1.41 -
YUV 39.8 121.91 150.26 -
System Red Green Blue C M Y K H S L
Decimal 71 26 29 0 0.63 0.59 0.72 356 0.46 0.19
Hex 47 1A 1D 0 3F 3B 48 164 2E 13
Octal 107 32 35 0 77 73 110 544 56 23
Binary 1000111 11010 11101 0 111111 111011 1001000 101100100 101110 10011

Color Harmonies of #471A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471A1D

Black with #471A1D

Text Example


Text Example

White with #471A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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