Html Css Color HEX #47101B Bordeaux

📋 copy color: '#47101B'

red 71 ◦ green 16 ◦ blue 27

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

Shades of Bordeaux #47101B

Tints of Bordeaux #47101B

RGB

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

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

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

R = 62.28%
G = 14.04%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.62

 K value IS 0.72

RGB Variations

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

Color information

#47101B (or 0x47101B) is known color: Bordeaux. HEX triplet: 47, 10 and 1B. RGB value is (71,16,27). Sum of RGB (Red+Green+Blue) = 71+16+27=114 (15% of max value = 765). Red value is 71 (28.12% from 255 or 62.28% from 114); Green value is 16 (6.64% from 255 or 14.04% from 114); Blue value is 27 (10.94% from 255 or 23.68% from 114); Max value from RGB is 71 - color contains mainly: red. Hex color #47101B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47101B is #B8EFE4. Grayscale: #212121. Windows color (decimal): -12120037 or 1773639. OLE color: 1773639.

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

Color convert

RGB 71 16 27 -
CMYK 0 0.77 0.62 0.72
HSL 348º 0.63% 0.17% -
HSV(B) 348º 0.77% 0.28% -
XYZ 2.98 1.79 1.23 -
YUV 33.7 124.22 154.61 -
System Red Green Blue C M Y K H S L
Decimal 71 16 27 0 0.77 0.62 0.72 348 0.63 0.17
Hex 47 10 1B 0 4D 3E 48 15C 3F 11
Octal 107 20 33 0 115 76 110 534 77 21
Binary 1000111 10000 11011 0 1001101 111110 1001000 101011100 111111 10001

Color Harmonies of #47101B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47101B

Black with #47101B

Text Example


Text Example

White with #47101B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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