Html Css Color HEX #471020 Bordeaux

📋 copy color: '#471020'

red 71 ◦ green 16 ◦ blue 32

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

Shades of Bordeaux #471020

Tints of Bordeaux #471020

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.45%

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

R = 59.66%
G = 13.45%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.55

 K value IS 0.72

RGB Variations

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

Color information

#471020 (or 0x471020) is known color: Bordeaux. HEX triplet: 47, 10 and 20. RGB value is (71,16,32). Sum of RGB (Red+Green+Blue) = 71+16+32=119 (15% of max value = 765). Red value is 71 (28.12% from 255 or 59.66% from 119); Green value is 16 (6.64% from 255 or 13.45% from 119); Blue value is 32 (12.89% from 255 or 26.89% from 119); Max value from RGB is 71 - color contains mainly: red. Hex color #471020 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471020 is #B8EFDF. Grayscale: #222222. Windows color (decimal): -12120032 or 2101319. OLE color: 2101319.

HSL color Cylindrical-coordinate representation of color #471020: hue angle of 342.55º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #471020 is Cyan = 0, Magento = 0.77, Yellow = 0.55 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 16 32 -
CMYK 0 0.77 0.55 0.72
HSL 342.55º 0.63% 0.17% -
HSV(B) 342.55º 0.77% 0.28% -
XYZ 3.04 1.81 1.56 -
YUV 34.27 126.72 154.2 -
System Red Green Blue C M Y K H S L
Decimal 71 16 32 0 0.77 0.55 0.72 342.55 0.63 0.17
Hex 47 10 20 0 4D 37 48 157 3F 11
Octal 107 20 40 0 115 67 110 527 77 21
Binary 1000111 10000 100000 0 1001101 110111 1001000 101010111 111111 10001

Color Harmonies of #471020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471020

Black with #471020

Text Example


Text Example

White with #471020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471020; }

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

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

background-color css

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

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

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

border-color css

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

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

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