Html Css Color HEX #47181C Bordeaux

📋 copy color: '#47181C'

red 71 ◦ green 24 ◦ blue 28

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

Shades of Bordeaux #47181C

Tints of Bordeaux #47181C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 19.51%

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

R = 57.72%
G = 19.51%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#47181C (or 0x47181C) is known color: Bordeaux. HEX triplet: 47, 18 and 1C. RGB value is (71,24,28). Sum of RGB (Red+Green+Blue) = 71+24+28=123 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.72% from 123); Green value is 24 (9.77% from 255 or 19.51% from 123); Blue value is 28 (11.33% from 255 or 22.76% from 123); Max value from RGB is 71 - color contains mainly: red. Hex color #47181C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47181C is #B8E7E3. Grayscale: #262626. Windows color (decimal): -12117988 or 1841223. OLE color: 1841223.

HSL color Cylindrical-coordinate representation of color #47181C: hue angle of 354.89º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47181C is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 24 28 -
CMYK 0 0.66 0.61 0.72
HSL 354.89º 0.49% 0.19% -
HSV(B) 354.89º 0.66% 0.28% -
XYZ 3.13 2.08 1.33 -
YUV 38.51 122.07 151.17 -
System Red Green Blue C M Y K H S L
Decimal 71 24 28 0 0.66 0.61 0.72 354.89 0.49 0.19
Hex 47 18 1C 0 42 3D 48 163 31 13
Octal 107 30 34 0 102 75 110 543 61 23
Binary 1000111 11000 11100 0 1000010 111101 1001000 101100011 110001 10011

Color Harmonies of #47181C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47181C

Black with #47181C

Text Example


Text Example

White with #47181C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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