Html Css Color HEX #471E26 Bordeaux

📋 copy color: '#471E26'

red 71 ◦ green 30 ◦ blue 38

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

Shades of Bordeaux #471E26

Tints of Bordeaux #471E26

RGB

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

 GREEN value IS 30 (12.11% from 255) = 21.58%

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

R = 51.08%
G = 21.58%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.46

 K value IS 0.72

RGB Variations

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

Color information

#471E26 (or 0x471E26) is known color: Bordeaux. HEX triplet: 47, 1E and 26. RGB value is (71,30,38). Sum of RGB (Red+Green+Blue) = 71+30+38=139 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.08% from 139); Green value is 30 (12.11% from 255 or 21.58% from 139); Blue value is 38 (15.23% from 255 or 27.34% from 139); Max value from RGB is 71 - color contains mainly: red. Hex color #471E26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471E26 is #B8E1D9. Grayscale: #2B2B2B. Windows color (decimal): -12116442 or 2498119. OLE color: 2498119.

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

Color convert

RGB 71 30 38 -
CMYK 0 0.58 0.46 0.72
HSL 348.29º 0.41% 0.2% -
HSV(B) 348.29º 0.58% 0.28% -
XYZ 3.41 2.41 2.12 -
YUV 43.17 125.08 147.85 -
System Red Green Blue C M Y K H S L
Decimal 71 30 38 0 0.58 0.46 0.72 348.29 0.41 0.2
Hex 47 1E 26 0 3A 2E 48 15C 29 14
Octal 107 36 46 0 72 56 110 534 51 24
Binary 1000111 11110 100110 0 111010 101110 1001000 101011100 101001 10100

Color Harmonies of #471E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471E26

Black with #471E26

Text Example


Text Example

White with #471E26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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