Html Css Color HEX #471E24 Bordeaux

📋 copy color: '#471E24'

red 71 ◦ green 30 ◦ blue 36

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

Shades of Bordeaux #471E24

Tints of Bordeaux #471E24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 26.28%

R = 51.82%
G = 21.9%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.49

 K value IS 0.72

RGB Variations

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

Color information

#471E24 (or 0x471E24) is known color: Bordeaux. HEX triplet: 47, 1E and 24. RGB value is (71,30,36). Sum of RGB (Red+Green+Blue) = 71+30+36=137 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.82% from 137); Green value is 30 (12.11% from 255 or 21.90% from 137); Blue value is 36 (14.45% from 255 or 26.28% from 137); Max value from RGB is 71 - color contains mainly: red. Hex color #471E24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471E24 is #B8E1DB. Grayscale: #2A2A2A. Windows color (decimal): -12116444 or 2367047. OLE color: 2367047.

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

Color convert

RGB 71 30 36 -
CMYK 0 0.58 0.49 0.72
HSL 351.22º 0.41% 0.2% -
HSV(B) 351.22º 0.58% 0.28% -
XYZ 3.38 2.4 1.95 -
YUV 42.94 124.08 148.01 -
System Red Green Blue C M Y K H S L
Decimal 71 30 36 0 0.58 0.49 0.72 351.22 0.41 0.2
Hex 47 1E 24 0 3A 31 48 15F 29 14
Octal 107 36 44 0 72 61 110 537 51 24
Binary 1000111 11110 100100 0 111010 110001 1001000 101011111 101001 10100

Color Harmonies of #471E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471E24

Black with #471E24

Text Example


Text Example

White with #471E24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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