Html Css Color HEX #471119 Bordeaux

📋 copy color: '#471119'

red 71 ◦ green 17 ◦ blue 25

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

Shades of Bordeaux #471119

Tints of Bordeaux #471119

RGB

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

 GREEN value IS 17 (7.03% from 255) = 15.04%

 BLUE value IS 25 (10.16% from 255) = 22.12%

R = 62.83%
G = 15.04%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.65

 K value IS 0.72

RGB Variations

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

Color information

#471119 (or 0x471119) is known color: Bordeaux. HEX triplet: 47, 11 and 19. RGB value is (71,17,25). Sum of RGB (Red+Green+Blue) = 71+17+25=113 (14% of max value = 765). Red value is 71 (28.12% from 255 or 62.83% from 113); Green value is 17 (7.03% from 255 or 15.04% from 113); Blue value is 25 (10.16% from 255 or 22.12% from 113); Max value from RGB is 71 - color contains mainly: red. Hex color #471119 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471119 is #B8EEE6. Grayscale: #222222. Windows color (decimal): -12119783 or 1642823. OLE color: 1642823.

HSL color Cylindrical-coordinate representation of color #471119: hue angle of 351.11º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #471119 is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 17 25 -
CMYK 0 0.76 0.65 0.72
HSL 351.11º 0.61% 0.17% -
HSV(B) 351.11º 0.76% 0.28% -
XYZ 2.97 1.81 1.11 -
YUV 34.06 122.89 154.35 -
System Red Green Blue C M Y K H S L
Decimal 71 17 25 0 0.76 0.65 0.72 351.11 0.61 0.17
Hex 47 11 19 0 4C 41 48 15F 3D 11
Octal 107 21 31 0 114 101 110 537 75 21
Binary 1000111 10001 11001 0 1001100 1000001 1001000 101011111 111101 10001

Color Harmonies of #471119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471119

Black with #471119

Text Example


Text Example

White with #471119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471119; }

 p { color: rgb(71,17,25); }

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

background-color css

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

 a { background-color: rgb(71,17,25); }

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

border-color css

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

 span { border-color: rgb(71,17,25); }

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