Html Css Color HEX #47191F Bordeaux

📋 copy color: '#47191F'

red 71 ◦ green 25 ◦ blue 31

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

Shades of Bordeaux #47191F

Tints of Bordeaux #47191F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 24.41%

R = 55.91%
G = 19.69%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#47191F (or 0x47191F) is known color: Bordeaux. HEX triplet: 47, 19 and 1F. RGB value is (71,25,31). Sum of RGB (Red+Green+Blue) = 71+25+31=127 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.91% from 127); Green value is 25 (10.16% from 255 or 19.69% from 127); Blue value is 31 (12.5% from 255 or 24.41% from 127); Max value from RGB is 71 - color contains mainly: red. Hex color #47191F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47191F is #B8E6E0. Grayscale: #272727. Windows color (decimal): -12117729 or 2038087. OLE color: 2038087.

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

Color convert

RGB 71 25 31 -
CMYK 0 0.65 0.56 0.72
HSL 352.17º 0.48% 0.19% -
HSV(B) 352.17º 0.65% 0.28% -
XYZ 3.19 2.13 1.54 -
YUV 39.44 123.24 150.51 -
System Red Green Blue C M Y K H S L
Decimal 71 25 31 0 0.65 0.56 0.72 352.17 0.48 0.19
Hex 47 19 1F 0 41 38 48 160 30 13
Octal 107 31 37 0 101 70 110 540 60 23
Binary 1000111 11001 11111 0 1000001 111000 1001000 101100000 110000 10011

Color Harmonies of #47191F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47191F

Black with #47191F

Text Example


Text Example

White with #47191F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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