Html Css Color HEX #470A20 Bordeaux

📋 copy color: '#470A20'

red 71 ◦ green 10 ◦ blue 32

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

Shades of Bordeaux #470A20

Tints of Bordeaux #470A20

RGB

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

 GREEN value IS 10 (4.3% from 255) = 8.85%

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

R = 62.83%
G = 8.85%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.55

 K value IS 0.72

RGB Variations

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

Color information

#470A20 (or 0x470A20) is known color: Bordeaux. HEX triplet: 47, 0A and 20. RGB value is (71,10,32). Sum of RGB (Red+Green+Blue) = 71+10+32=113 (14% of max value = 765). Red value is 71 (28.12% from 255 or 62.83% from 113); Green value is 10 (4.30% from 255 or 8.85% from 113); Blue value is 32 (12.89% from 255 or 28.32% from 113); Max value from RGB is 71 - color contains mainly: red. Hex color #470A20 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470A20 is #B8F5DF. Grayscale: #1E1E1E. Windows color (decimal): -12121568 or 2099783. OLE color: 2099783.

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

Color convert

RGB 71 10 32 -
CMYK 0 0.86 0.55 0.72
HSL 338.36º 0.75% 0.16% -
HSV(B) 338.36º 0.86% 0.28% -
XYZ 2.97 1.66 1.53 -
YUV 30.75 128.71 156.71 -
System Red Green Blue C M Y K H S L
Decimal 71 10 32 0 0.86 0.55 0.72 338.36 0.75 0.16
Hex 47 A 20 0 56 37 48 152 4B 10
Octal 107 12 40 0 126 67 110 522 113 20
Binary 1000111 1010 100000 0 1010110 110111 1001000 101010010 1001011 10000

Color Harmonies of #470A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470A20

Black with #470A20

Text Example


Text Example

White with #470A20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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