Html Css Color HEX #47181D Bordeaux

📋 copy color: '#47181D'

red 71 ◦ green 24 ◦ blue 29

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

Shades of Bordeaux #47181D

Tints of Bordeaux #47181D

RGB

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

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

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

R = 57.26%
G = 19.35%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.59

 K value IS 0.72

RGB Variations

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

Color information

#47181D (or 0x47181D) is known color: Bordeaux. HEX triplet: 47, 18 and 1D. RGB value is (71,24,29). Sum of RGB (Red+Green+Blue) = 71+24+29=124 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.26% from 124); Green value is 24 (9.77% from 255 or 19.35% from 124); Blue value is 29 (11.72% from 255 or 23.39% from 124); Max value from RGB is 71 - color contains mainly: red. Hex color #47181D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47181D is #B8E7E2. Grayscale: #262626. Windows color (decimal): -12117987 or 1906759. OLE color: 1906759.

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

Color convert

RGB 71 24 29 -
CMYK 0 0.66 0.59 0.72
HSL 353.62º 0.49% 0.19% -
HSV(B) 353.62º 0.66% 0.28% -
XYZ 3.15 2.08 1.4 -
YUV 38.62 122.57 151.09 -
System Red Green Blue C M Y K H S L
Decimal 71 24 29 0 0.66 0.59 0.72 353.62 0.49 0.19
Hex 47 18 1D 0 42 3B 48 162 31 13
Octal 107 30 35 0 102 73 110 542 61 23
Binary 1000111 11000 11101 0 1000010 111011 1001000 101100010 110001 10011

Color Harmonies of #47181D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47181D

Black with #47181D

Text Example


Text Example

White with #47181D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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