Html Css Color HEX #470B20 Bordeaux

📋 copy color: '#470B20'

red 71 ◦ green 11 ◦ blue 32

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

Shades of Bordeaux #470B20

Tints of Bordeaux #470B20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 28.07%

R = 62.28%
G = 9.65%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.55

 K value IS 0.72

RGB Variations

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

Color information

#470B20 (or 0x470B20) is known color: Bordeaux. HEX triplet: 47, 0B and 20. RGB value is (71,11,32). Sum of RGB (Red+Green+Blue) = 71+11+32=114 (15% of max value = 765). Red value is 71 (28.12% from 255 or 62.28% from 114); Green value is 11 (4.69% from 255 or 9.65% from 114); Blue value is 32 (12.89% from 255 or 28.07% from 114); Max value from RGB is 71 - color contains mainly: red. Hex color #470B20 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470B20 is #B8F4DF. Grayscale: #1F1F1F. Windows color (decimal): -12121312 or 2100039. OLE color: 2100039.

HSL color Cylindrical-coordinate representation of color #470B20: hue angle of 339º 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 #470B20 is Cyan = 0, Magento = 0.85, Yellow = 0.55 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 11 32 -
CMYK 0 0.85 0.55 0.72
HSL 339º 0.73% 0.16% -
HSV(B) 339º 0.85% 0.28% -
XYZ 2.98 1.68 1.53 -
YUV 31.33 128.38 156.29 -
System Red Green Blue C M Y K H S L
Decimal 71 11 32 0 0.85 0.55 0.72 339 0.73 0.16
Hex 47 B 20 0 55 37 48 153 49 10
Octal 107 13 40 0 125 67 110 523 111 20
Binary 1000111 1011 100000 0 1010101 110111 1001000 101010011 1001001 10000

Color Harmonies of #470B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470B20

Black with #470B20

Text Example


Text Example

White with #470B20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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