Html Css Color HEX #47181E Bordeaux

📋 copy color: '#47181E'

red 71 ◦ green 24 ◦ blue 30

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

Shades of Bordeaux #47181E

Tints of Bordeaux #47181E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 24%

R = 56.8%
G = 19.2%
B = 24%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#47181E (or 0x47181E) is known color: Bordeaux. HEX triplet: 47, 18 and 1E. RGB value is (71,24,30). Sum of RGB (Red+Green+Blue) = 71+24+30=125 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.8% from 125); Green value is 24 (9.77% from 255 or 19.2% from 125); Blue value is 30 (12.11% from 255 or 24% from 125); Max value from RGB is 71 - color contains mainly: red. Hex color #47181E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47181E is #B8E7E1. Grayscale: #262626. Windows color (decimal): -12117986 or 1972295. OLE color: 1972295.

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

Color convert

RGB 71 24 30 -
CMYK 0 0.66 0.58 0.72
HSL 352.34º 0.49% 0.19% -
HSV(B) 352.34º 0.66% 0.28% -
XYZ 3.16 2.09 1.46 -
YUV 38.74 123.07 151.01 -
System Red Green Blue C M Y K H S L
Decimal 71 24 30 0 0.66 0.58 0.72 352.34 0.49 0.19
Hex 47 18 1E 0 42 3A 48 160 31 13
Octal 107 30 36 0 102 72 110 540 61 23
Binary 1000111 11000 11110 0 1000010 111010 1001000 101100000 110001 10011

Color Harmonies of #47181E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47181E

Black with #47181E

Text Example


Text Example

White with #47181E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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