Html Css Color HEX #471F29 Bordeaux

📋 copy color: '#471F29'

red 71 ◦ green 31 ◦ blue 41

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

Shades of Bordeaux #471F29

Tints of Bordeaux #471F29

RGB

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

 GREEN value IS 31 (12.5% from 255) = 21.68%

 BLUE value IS 41 (16.41% from 255) = 28.67%

R = 49.65%
G = 21.68%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.42

 K value IS 0.72

RGB Variations

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

Color information

#471F29 (or 0x471F29) is known color: Bordeaux. HEX triplet: 47, 1F and 29. RGB value is (71,31,41). Sum of RGB (Red+Green+Blue) = 71+31+41=143 (18% of max value = 765). Red value is 71 (28.12% from 255 or 49.65% from 143); Green value is 31 (12.5% from 255 or 21.68% from 143); Blue value is 41 (16.41% from 255 or 28.67% from 143); Max value from RGB is 71 - color contains mainly: red. Hex color #471F29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471F29 is #B8E0D6. Grayscale: #2C2C2C. Windows color (decimal): -12116183 or 2694983. OLE color: 2694983.

HSL color Cylindrical-coordinate representation of color #471F29: hue angle of 345º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #471F29 is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 31 41 -
CMYK 0 0.56 0.42 0.72
HSL 345º 0.39% 0.2% -
HSV(B) 345º 0.56% 0.28% -
XYZ 3.49 2.48 2.39 -
YUV 44.1 126.25 147.19 -
System Red Green Blue C M Y K H S L
Decimal 71 31 41 0 0.56 0.42 0.72 345 0.39 0.2
Hex 47 1F 29 0 38 2A 48 159 27 14
Octal 107 37 51 0 70 52 110 531 47 24
Binary 1000111 11111 101001 0 111000 101010 1001000 101011001 100111 10100

Color Harmonies of #471F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471F29

Black with #471F29

Text Example


Text Example

White with #471F29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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