Html Css Color HEX #471F26 Bordeaux

📋 copy color: '#471F26'

red 71 ◦ green 31 ◦ blue 38

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

Shades of Bordeaux #471F26

Tints of Bordeaux #471F26

RGB

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

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

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

R = 50.71%
G = 22.14%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.46

 K value IS 0.72

RGB Variations

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

Color information

#471F26 (or 0x471F26) is known color: Bordeaux. HEX triplet: 47, 1F and 26. RGB value is (71,31,38). Sum of RGB (Red+Green+Blue) = 71+31+38=140 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.71% from 140); Green value is 31 (12.5% from 255 or 22.14% from 140); Blue value is 38 (15.23% from 255 or 27.14% from 140); Max value from RGB is 71 - color contains mainly: red. Hex color #471F26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471F26 is #B8E0D9. Grayscale: #2B2B2B. Windows color (decimal): -12116186 or 2498375. OLE color: 2498375.

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

Color convert

RGB 71 31 38 -
CMYK 0 0.56 0.46 0.72
HSL 349.5º 0.39% 0.2% -
HSV(B) 349.5º 0.56% 0.28% -
XYZ 3.44 2.46 2.13 -
YUV 43.76 124.75 147.43 -
System Red Green Blue C M Y K H S L
Decimal 71 31 38 0 0.56 0.46 0.72 349.5 0.39 0.2
Hex 47 1F 26 0 38 2E 48 15E 27 14
Octal 107 37 46 0 70 56 110 536 47 24
Binary 1000111 11111 100110 0 111000 101110 1001000 101011110 100111 10100

Color Harmonies of #471F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471F26

Black with #471F26

Text Example


Text Example

White with #471F26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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