Html Css Color HEX #471D26 Bordeaux

📋 copy color: '#471D26'

red 71 ◦ green 29 ◦ blue 38

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

Shades of Bordeaux #471D26

Tints of Bordeaux #471D26

RGB

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

 GREEN value IS 29 (11.72% from 255) = 21.01%

 BLUE value IS 38 (15.23% from 255) = 27.54%

R = 51.45%
G = 21.01%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.46

 K value IS 0.72

RGB Variations

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

Color information

#471D26 (or 0x471D26) is known color: Bordeaux. HEX triplet: 47, 1D and 26. RGB value is (71,29,38). Sum of RGB (Red+Green+Blue) = 71+29+38=138 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.45% from 138); Green value is 29 (11.72% from 255 or 21.01% from 138); Blue value is 38 (15.23% from 255 or 27.54% from 138); Max value from RGB is 71 - color contains mainly: red. Hex color #471D26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471D26 is #B8E2D9. Grayscale: #2A2A2A. Windows color (decimal): -12116698 or 2497863. OLE color: 2497863.

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

Color convert

RGB 71 29 38 -
CMYK 0 0.59 0.46 0.72
HSL 347.14º 0.42% 0.2% -
HSV(B) 347.14º 0.59% 0.28% -
XYZ 3.39 2.36 2.11 -
YUV 42.58 125.41 148.27 -
System Red Green Blue C M Y K H S L
Decimal 71 29 38 0 0.59 0.46 0.72 347.14 0.42 0.2
Hex 47 1D 26 0 3B 2E 48 15B 2A 14
Octal 107 35 46 0 73 56 110 533 52 24
Binary 1000111 11101 100110 0 111011 101110 1001000 101011011 101010 10100

Color Harmonies of #471D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471D26

Black with #471D26

Text Example


Text Example

White with #471D26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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