Html Css Color HEX #47151C Bordeaux

📋 copy color: '#47151C'

red 71 ◦ green 21 ◦ blue 28

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

Shades of Bordeaux #47151C

Tints of Bordeaux #47151C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 17.5%

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

R = 59.17%
G = 17.5%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#47151C (or 0x47151C) is known color: Bordeaux. HEX triplet: 47, 15 and 1C. RGB value is (71,21,28). Sum of RGB (Red+Green+Blue) = 71+21+28=120 (15% of max value = 765). Red value is 71 (28.12% from 255 or 59.17% from 120); Green value is 21 (8.59% from 255 or 17.5% from 120); Blue value is 28 (11.33% from 255 or 23.33% from 120); Max value from RGB is 71 - color contains mainly: red. Hex color #47151C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47151C is #B8EAE3. Grayscale: #242424. Windows color (decimal): -12118756 or 1840455. OLE color: 1840455.

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

Color convert

RGB 71 21 28 -
CMYK 0 0.70 0.61 0.72
HSL 351.6º 0.54% 0.18% -
HSV(B) 351.6º 0.7% 0.28% -
XYZ 3.08 1.96 1.31 -
YUV 36.75 123.07 152.43 -
System Red Green Blue C M Y K H S L
Decimal 71 21 28 0 0.70 0.61 0.72 351.6 0.54 0.18
Hex 47 15 1C 0 46 3D 48 160 36 12
Octal 107 25 34 0 106 75 110 540 66 22
Binary 1000111 10101 11100 0 1000110 111101 1001000 101100000 110110 10010

Color Harmonies of #47151C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47151C

Black with #47151C

Text Example


Text Example

White with #47151C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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