Html Css Color HEX #471323 Bordeaux

📋 copy color: '#471323'

red 71 ◦ green 19 ◦ blue 35

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

Shades of Bordeaux #471323

Tints of Bordeaux #471323

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.2%

 BLUE value IS 35 (14.06% from 255) = 28%

R = 56.8%
G = 15.2%
B = 28%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.51

 K value IS 0.72

RGB Variations

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

Color information

#471323 (or 0x471323) is known color: Bordeaux. HEX triplet: 47, 13 and 23. RGB value is (71,19,35). Sum of RGB (Red+Green+Blue) = 71+19+35=125 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.8% from 125); Green value is 19 (7.81% from 255 or 15.2% from 125); Blue value is 35 (14.06% from 255 or 28% from 125); Max value from RGB is 71 - color contains mainly: red. Hex color #471323 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471323 is #B8ECDC. Grayscale: #242424. Windows color (decimal): -12119261 or 2298695. OLE color: 2298695.

HSL color Cylindrical-coordinate representation of color #471323: hue angle of 341.54º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #471323 is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 19 35 -
CMYK 0 0.73 0.51 0.72
HSL 341.54º 0.58% 0.18% -
HSV(B) 341.54º 0.73% 0.28% -
XYZ 3.13 1.93 1.8 -
YUV 36.37 127.23 152.7 -
System Red Green Blue C M Y K H S L
Decimal 71 19 35 0 0.73 0.51 0.72 341.54 0.58 0.18
Hex 47 13 23 0 49 33 48 156 3A 12
Octal 107 23 43 0 111 63 110 526 72 22
Binary 1000111 10011 100011 0 1001001 110011 1001000 101010110 111010 10010

Color Harmonies of #471323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471323

Black with #471323

Text Example


Text Example

White with #471323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471323; }

 p { color: rgb(71,19,35); }

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

background-color css

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

 a { background-color: rgb(71,19,35); }

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

border-color css

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

 span { border-color: rgb(71,19,35); }

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