Html Css Color HEX #47131D Bordeaux

📋 copy color: '#47131D'

red 71 ◦ green 19 ◦ blue 29

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

Shades of Bordeaux #47131D

Tints of Bordeaux #47131D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 24.37%

R = 59.66%
G = 15.97%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.59

 K value IS 0.72

RGB Variations

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

Color information

#47131D (or 0x47131D) is known color: Bordeaux. HEX triplet: 47, 13 and 1D. RGB value is (71,19,29). Sum of RGB (Red+Green+Blue) = 71+19+29=119 (15% of max value = 765). Red value is 71 (28.12% from 255 or 59.66% from 119); Green value is 19 (7.81% from 255 or 15.97% from 119); Blue value is 29 (11.72% from 255 or 24.37% from 119); Max value from RGB is 71 - color contains mainly: red. Hex color #47131D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47131D is #B8ECE2. Grayscale: #232323. Windows color (decimal): -12119267 or 1905479. OLE color: 1905479.

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

Color convert

RGB 71 19 29 -
CMYK 0 0.73 0.59 0.72
HSL 348.46º 0.58% 0.18% -
HSV(B) 348.46º 0.73% 0.28% -
XYZ 3.05 1.89 1.37 -
YUV 35.69 124.23 153.19 -
System Red Green Blue C M Y K H S L
Decimal 71 19 29 0 0.73 0.59 0.72 348.46 0.58 0.18
Hex 47 13 1D 0 49 3B 48 15C 3A 12
Octal 107 23 35 0 111 73 110 534 72 22
Binary 1000111 10011 11101 0 1001001 111011 1001000 101011100 111010 10010

Color Harmonies of #47131D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47131D

Black with #47131D

Text Example


Text Example

White with #47131D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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