Html Css Color HEX #47141F Bordeaux

📋 copy color: '#47141F'

red 71 ◦ green 20 ◦ blue 31

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

Shades of Bordeaux #47141F

Tints of Bordeaux #47141F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 16.39%

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

R = 58.2%
G = 16.39%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#47141F (or 0x47141F) is known color: Bordeaux. HEX triplet: 47, 14 and 1F. RGB value is (71,20,31). Sum of RGB (Red+Green+Blue) = 71+20+31=122 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.20% from 122); Green value is 20 (8.20% from 255 or 16.39% from 122); Blue value is 31 (12.5% from 255 or 25.41% from 122); Max value from RGB is 71 - color contains mainly: red. Hex color #47141F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47141F is #B8EBE0. Grayscale: #242424. Windows color (decimal): -12119009 or 2036807. OLE color: 2036807.

HSL color Cylindrical-coordinate representation of color #47141F: hue angle of 347.06º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47141F is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 20 31 -
CMYK 0 0.72 0.56 0.72
HSL 347.06º 0.56% 0.18% -
HSV(B) 347.06º 0.72% 0.28% -
XYZ 3.1 1.94 1.51 -
YUV 36.5 124.9 152.61 -
System Red Green Blue C M Y K H S L
Decimal 71 20 31 0 0.72 0.56 0.72 347.06 0.56 0.18
Hex 47 14 1F 0 48 38 48 15B 38 12
Octal 107 24 37 0 110 70 110 533 70 22
Binary 1000111 10100 11111 0 1001000 111000 1001000 101011011 111000 10010

Color Harmonies of #47141F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47141F

Black with #47141F

Text Example


Text Example

White with #47141F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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