Html Css Color HEX #471E28 Bordeaux

📋 copy color: '#471E28'

red 71 ◦ green 30 ◦ blue 40

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

Shades of Bordeaux #471E28

Tints of Bordeaux #471E28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 28.37%

R = 50.35%
G = 21.28%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.44

 K value IS 0.72

RGB Variations

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

Color information

#471E28 (or 0x471E28) is known color: Bordeaux. HEX triplet: 47, 1E and 28. RGB value is (71,30,40). Sum of RGB (Red+Green+Blue) = 71+30+40=141 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.35% from 141); Green value is 30 (12.11% from 255 or 21.28% from 141); Blue value is 40 (16.02% from 255 or 28.37% from 141); Max value from RGB is 71 - color contains mainly: red. Hex color #471E28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471E28 is #B8E1D7. Grayscale: #2B2B2B. Windows color (decimal): -12116440 or 2629191. OLE color: 2629191.

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

Color convert

RGB 71 30 40 -
CMYK 0 0.58 0.44 0.72
HSL 345.37º 0.41% 0.2% -
HSV(B) 345.37º 0.58% 0.28% -
XYZ 3.45 2.42 2.29 -
YUV 43.4 126.08 147.69 -
System Red Green Blue C M Y K H S L
Decimal 71 30 40 0 0.58 0.44 0.72 345.37 0.41 0.2
Hex 47 1E 28 0 3A 2C 48 159 29 14
Octal 107 36 50 0 72 54 110 531 51 24
Binary 1000111 11110 101000 0 111010 101100 1001000 101011001 101001 10100

Color Harmonies of #471E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471E28

Black with #471E28

Text Example


Text Example

White with #471E28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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