Html Css Color HEX #47191E Bordeaux

📋 copy color: '#47191E'

red 71 ◦ green 25 ◦ blue 30

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

Shades of Bordeaux #47191E

Tints of Bordeaux #47191E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 19.84%

 BLUE value IS 30 (12.11% from 255) = 23.81%

R = 56.35%
G = 19.84%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#47191E (or 0x47191E) is known color: Bordeaux. HEX triplet: 47, 19 and 1E. RGB value is (71,25,30). Sum of RGB (Red+Green+Blue) = 71+25+30=126 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.35% from 126); Green value is 25 (10.16% from 255 or 19.84% from 126); Blue value is 30 (12.11% from 255 or 23.81% from 126); Max value from RGB is 71 - color contains mainly: red. Hex color #47191E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47191E is #B8E6E1. Grayscale: #272727. Windows color (decimal): -12117730 or 1972551. OLE color: 1972551.

HSL color Cylindrical-coordinate representation of color #47191E: hue angle of 353.48º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47191E is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 25 30 -
CMYK 0 0.65 0.58 0.72
HSL 353.48º 0.48% 0.19% -
HSV(B) 353.48º 0.65% 0.28% -
XYZ 3.18 2.13 1.47 -
YUV 39.32 122.74 150.59 -
System Red Green Blue C M Y K H S L
Decimal 71 25 30 0 0.65 0.58 0.72 353.48 0.48 0.19
Hex 47 19 1E 0 41 3A 48 161 30 13
Octal 107 31 36 0 101 72 110 541 60 23
Binary 1000111 11001 11110 0 1000001 111010 1001000 101100001 110000 10011

Color Harmonies of #47191E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47191E

Black with #47191E

Text Example


Text Example

White with #47191E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47191E; }

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

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

background-color css

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

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

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

border-color css

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

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

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