Html Css Color HEX #47101F Bordeaux

📋 copy color: '#47101F'

red 71 ◦ green 16 ◦ blue 31

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

Shades of Bordeaux #47101F

Tints of Bordeaux #47101F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.56%

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

R = 60.17%
G = 13.56%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#47101F (or 0x47101F) is known color: Bordeaux. HEX triplet: 47, 10 and 1F. RGB value is (71,16,31). Sum of RGB (Red+Green+Blue) = 71+16+31=118 (15% of max value = 765). Red value is 71 (28.12% from 255 or 60.17% from 118); Green value is 16 (6.64% from 255 or 13.56% from 118); Blue value is 31 (12.5% from 255 or 26.27% from 118); Max value from RGB is 71 - color contains mainly: red. Hex color #47101F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47101F is #B8EFE0. Grayscale: #222222. Windows color (decimal): -12120033 or 2035783. OLE color: 2035783.

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

Color convert

RGB 71 16 31 -
CMYK 0 0.77 0.56 0.72
HSL 343.64º 0.63% 0.17% -
HSV(B) 343.64º 0.77% 0.28% -
XYZ 3.03 1.81 1.49 -
YUV 34.16 126.22 154.28 -
System Red Green Blue C M Y K H S L
Decimal 71 16 31 0 0.77 0.56 0.72 343.64 0.63 0.17
Hex 47 10 1F 0 4D 38 48 158 3F 11
Octal 107 20 37 0 115 70 110 530 77 21
Binary 1000111 10000 11111 0 1001101 111000 1001000 101011000 111111 10001

Color Harmonies of #47101F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47101F

Black with #47101F

Text Example


Text Example

White with #47101F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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