Html Css Color HEX #47131C Bordeaux

📋 copy color: '#47131C'

red 71 ◦ green 19 ◦ blue 28

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

Shades of Bordeaux #47131C

Tints of Bordeaux #47131C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 16.1%

 BLUE value IS 28 (11.33% from 255) = 23.73%

R = 60.17%
G = 16.1%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#47131C (or 0x47131C) is known color: Bordeaux. HEX triplet: 47, 13 and 1C. RGB value is (71,19,28). Sum of RGB (Red+Green+Blue) = 71+19+28=118 (15% of max value = 765). Red value is 71 (28.12% from 255 or 60.17% from 118); Green value is 19 (7.81% from 255 or 16.10% from 118); Blue value is 28 (11.33% from 255 or 23.73% from 118); Max value from RGB is 71 - color contains mainly: red. Hex color #47131C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47131C is #B8ECE3. Grayscale: #232323. Windows color (decimal): -12119268 or 1839943. OLE color: 1839943.

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

Color convert

RGB 71 19 28 -
CMYK 0 0.73 0.61 0.72
HSL 349.62º 0.58% 0.18% -
HSV(B) 349.62º 0.73% 0.28% -
XYZ 3.04 1.89 1.3 -
YUV 35.57 123.73 153.27 -
System Red Green Blue C M Y K H S L
Decimal 71 19 28 0 0.73 0.61 0.72 349.62 0.58 0.18
Hex 47 13 1C 0 49 3D 48 15E 3A 12
Octal 107 23 34 0 111 75 110 536 72 22
Binary 1000111 10011 11100 0 1001001 111101 1001000 101011110 111010 10010

Color Harmonies of #47131C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47131C

Black with #47131C

Text Example


Text Example

White with #47131C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47131C; }

 p { color: rgb(71,19,28); }

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

background-color css

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

 a { background-color: rgb(71,19,28); }

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

border-color css

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

 span { border-color: rgb(71,19,28); }

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