Html Css Color HEX #47131B Bordeaux

📋 copy color: '#47131B'

red 71 ◦ green 19 ◦ blue 27

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

Shades of Bordeaux #47131B

Tints of Bordeaux #47131B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 23.08%

R = 60.68%
G = 16.24%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.62

 K value IS 0.72

RGB Variations

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

Color information

#47131B (or 0x47131B) is known color: Bordeaux. HEX triplet: 47, 13 and 1B. RGB value is (71,19,27). Sum of RGB (Red+Green+Blue) = 71+19+27=117 (15% of max value = 765). Red value is 71 (28.12% from 255 or 60.68% from 117); Green value is 19 (7.81% from 255 or 16.24% from 117); Blue value is 27 (10.94% from 255 or 23.08% from 117); Max value from RGB is 71 - color contains mainly: red. Hex color #47131B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47131B is #B8ECE4. Grayscale: #232323. Windows color (decimal): -12119269 or 1774407. OLE color: 1774407.

HSL color Cylindrical-coordinate representation of color #47131B: hue angle of 350.77º 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 #47131B is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 19 27 -
CMYK 0 0.73 0.62 0.72
HSL 350.77º 0.58% 0.18% -
HSV(B) 350.77º 0.73% 0.28% -
XYZ 3.03 1.88 1.24 -
YUV 35.46 123.23 153.35 -
System Red Green Blue C M Y K H S L
Decimal 71 19 27 0 0.73 0.62 0.72 350.77 0.58 0.18
Hex 47 13 1B 0 49 3E 48 15F 3A 12
Octal 107 23 33 0 111 76 110 537 72 22
Binary 1000111 10011 11011 0 1001001 111110 1001000 101011111 111010 10010

Color Harmonies of #47131B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47131B

Black with #47131B

Text Example


Text Example

White with #47131B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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