Html Css Color HEX #471820 Bordeaux

📋 copy color: '#471820'

red 71 ◦ green 24 ◦ blue 32

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

Shades of Bordeaux #471820

Tints of Bordeaux #471820

RGB

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

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

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

R = 55.91%
G = 18.9%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.55

 K value IS 0.72

RGB Variations

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

Color information

#471820 (or 0x471820) is known color: Bordeaux. HEX triplet: 47, 18 and 20. RGB value is (71,24,32). Sum of RGB (Red+Green+Blue) = 71+24+32=127 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.91% from 127); Green value is 24 (9.77% from 255 or 18.90% from 127); Blue value is 32 (12.89% from 255 or 25.20% from 127); Max value from RGB is 71 - color contains mainly: red. Hex color #471820 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471820 is #B8E7DF. Grayscale: #262626. Windows color (decimal): -12117984 or 2103367. OLE color: 2103367.

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

Color convert

RGB 71 24 32 -
CMYK 0 0.66 0.55 0.72
HSL 349.79º 0.49% 0.19% -
HSV(B) 349.79º 0.66% 0.28% -
XYZ 3.19 2.1 1.6 -
YUV 38.97 124.07 150.85 -
System Red Green Blue C M Y K H S L
Decimal 71 24 32 0 0.66 0.55 0.72 349.79 0.49 0.19
Hex 47 18 20 0 42 37 48 15E 31 13
Octal 107 30 40 0 102 67 110 536 61 23
Binary 1000111 11000 100000 0 1000010 110111 1001000 101011110 110001 10011

Color Harmonies of #471820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471820

Black with #471820

Text Example


Text Example

White with #471820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471820; }

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

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

background-color css

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

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

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

border-color css

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

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

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