Html Css Color HEX #470B1D Bordeaux

📋 copy color: '#470B1D'

red 71 ◦ green 11 ◦ blue 29

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

Shades of Bordeaux #470B1D

Tints of Bordeaux #470B1D

RGB

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

 GREEN value IS 11 (4.69% from 255) = 9.91%

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

R = 63.96%
G = 9.91%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.59

 K value IS 0.72

RGB Variations

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

Color information

#470B1D (or 0x470B1D) is known color: Bordeaux. HEX triplet: 47, 0B and 1D. RGB value is (71,11,29). Sum of RGB (Red+Green+Blue) = 71+11+29=111 (14% of max value = 765). Red value is 71 (28.12% from 255 or 63.96% from 111); Green value is 11 (4.69% from 255 or 9.91% from 111); Blue value is 29 (11.72% from 255 or 26.13% from 111); Max value from RGB is 71 - color contains mainly: red. Hex color #470B1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470B1D is #B8F4E2. Grayscale: #1E1E1E. Windows color (decimal): -12121315 or 1903431. OLE color: 1903431.

HSL color Cylindrical-coordinate representation of color #470B1D: hue angle of 342º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #470B1D is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 11 29 -
CMYK 0 0.85 0.59 0.72
HSL 342º 0.73% 0.16% -
HSV(B) 342º 0.85% 0.28% -
XYZ 2.94 1.67 1.33 -
YUV 30.99 126.88 156.54 -
System Red Green Blue C M Y K H S L
Decimal 71 11 29 0 0.85 0.59 0.72 342 0.73 0.16
Hex 47 B 1D 0 55 3B 48 156 49 10
Octal 107 13 35 0 125 73 110 526 111 20
Binary 1000111 1011 11101 0 1010101 111011 1001000 101010110 1001001 10000

Color Harmonies of #470B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470B1D

Black with #470B1D

Text Example


Text Example

White with #470B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470B1D; }

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

 H1.HeaderClassName
 {
   color: #470B1D;
 }
 .AnyTagClassName
 {
   color: #470B1D;
 }
</style>

background-color css

<style>
 a { background-color: #470B1D; }

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

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

border-color css

<style>
 span { border-color: #470B1D; }

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

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