Html Css Color HEX #471B26 Bordeaux

📋 copy color: '#471B26'

red 71 ◦ green 27 ◦ blue 38

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

Shades of Bordeaux #471B26

Tints of Bordeaux #471B26

RGB

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

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

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

R = 52.21%
G = 19.85%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.46

 K value IS 0.72

RGB Variations

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

Color information

#471B26 (or 0x471B26) is known color: Bordeaux. HEX triplet: 47, 1B and 26. RGB value is (71,27,38). Sum of RGB (Red+Green+Blue) = 71+27+38=136 (18% of max value = 765). Red value is 71 (28.12% from 255 or 52.21% from 136); Green value is 27 (10.94% from 255 or 19.85% from 136); Blue value is 38 (15.23% from 255 or 27.94% from 136); Max value from RGB is 71 - color contains mainly: red. Hex color #471B26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471B26 is #B8E4D9. Grayscale: #292929. Windows color (decimal): -12117210 or 2497351. OLE color: 2497351.

HSL color Cylindrical-coordinate representation of color #471B26: hue angle of 345º 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 #471B26 is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 27 38 -
CMYK 0 0.62 0.46 0.72
HSL 345º 0.45% 0.19% -
HSV(B) 345º 0.62% 0.28% -
XYZ 3.34 2.26 2.09 -
YUV 41.41 126.08 149.11 -
System Red Green Blue C M Y K H S L
Decimal 71 27 38 0 0.62 0.46 0.72 345 0.45 0.19
Hex 47 1B 26 0 3E 2E 48 159 2D 13
Octal 107 33 46 0 76 56 110 531 55 23
Binary 1000111 11011 100110 0 111110 101110 1001000 101011001 101101 10011

Color Harmonies of #471B26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471B26

Black with #471B26

Text Example


Text Example

White with #471B26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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