Html Css Color HEX #470517 Bordeaux

📋 copy color: '#470517'

red 71 ◦ green 5 ◦ blue 23

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

Shades of Bordeaux #470517

Tints of Bordeaux #470517

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.05%

 BLUE value IS 23 (9.38% from 255) = 23.23%

R = 71.72%
G = 5.05%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.68

 K value IS 0.72

RGB Variations

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

Color information

#470517 (or 0x470517) is known color: Bordeaux. HEX triplet: 47, 05 and 17. RGB value is (71,5,23). Sum of RGB (Red+Green+Blue) = 71+5+23=99 (13% of max value = 765). Red value is 71 (28.12% from 255 or 71.72% from 99); Green value is 5 (2.34% from 255 or 5.05% from 99); Blue value is 23 (9.38% from 255 or 23.23% from 99); Max value from RGB is 71 - color contains mainly: red. Hex color #470517 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470517 is #B8FAE8. Grayscale: #1A1A1A. Windows color (decimal): -12122857 or 1508679. OLE color: 1508679.

HSL color Cylindrical-coordinate representation of color #470517: hue angle of 343.64º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #470517 is Cyan = 0, Magento = 0.93, Yellow = 0.68 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 5 23 -
CMYK 0 0.93 0.68 0.72
HSL 343.64º 0.87% 0.15% -
HSV(B) 343.64º 0.93% 0.28% -
XYZ 2.81 1.51 0.95 -
YUV 26.79 125.87 159.54 -
System Red Green Blue C M Y K H S L
Decimal 71 5 23 0 0.93 0.68 0.72 343.64 0.87 0.15
Hex 47 5 17 0 5D 44 48 158 57 F
Octal 107 5 27 0 135 104 110 530 127 17
Binary 1000111 101 10111 0 1011101 1000100 1001000 101011000 1010111 1111

Color Harmonies of #470517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470517

Black with #470517

Text Example


Text Example

White with #470517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470517; }

 p { color: rgb(71,5,23); }

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

background-color css

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

 a { background-color: rgb(71,5,23); }

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

border-color css

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

 span { border-color: rgb(71,5,23); }

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