Html Css Color HEX #470217 Bordeaux

📋 copy color: '#470217'

red 71 ◦ green 2 ◦ blue 23

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

Shades of Bordeaux #470217

Tints of Bordeaux #470217

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.08%

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

R = 73.96%
G = 2.08%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.68

 K value IS 0.72

RGB Variations

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

Color information

#470217 (or 0x470217) is known color: Bordeaux. HEX triplet: 47, 02 and 17. RGB value is (71,2,23). Sum of RGB (Red+Green+Blue) = 71+2+23=96 (12% of max value = 765). Red value is 71 (28.12% from 255 or 73.96% from 96); Green value is 2 (1.17% from 255 or 2.08% from 96); Blue value is 23 (9.38% from 255 or 23.96% from 96); Max value from RGB is 71 - color contains mainly: red. Hex color #470217 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470217 is #B8FDE8. Grayscale: #191919. Windows color (decimal): -12123625 or 1507911. OLE color: 1507911.

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

Color convert

RGB 71 2 23 -
CMYK 0 0.97 0.68 0.72
HSL 341.74º 0.95% 0.14% -
HSV(B) 341.74º 0.97% 0.28% -
XYZ 2.77 1.44 0.94 -
YUV 25.03 126.86 160.79 -
System Red Green Blue C M Y K H S L
Decimal 71 2 23 0 0.97 0.68 0.72 341.74 0.95 0.14
Hex 47 2 17 0 61 44 48 156 5F E
Octal 107 2 27 0 141 104 110 526 137 16
Binary 1000111 10 10111 0 1100001 1000100 1001000 101010110 1011111 1110

Color Harmonies of #470217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470217

Black with #470217

Text Example


Text Example

White with #470217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470217; }

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

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

background-color css

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

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

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

border-color css

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

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

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