Html Css Color HEX #470117 Bordeaux

📋 copy color: '#470117'

red 71 ◦ green 1 ◦ blue 23

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

Shades of Bordeaux #470117

Tints of Bordeaux #470117

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.05%

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

R = 74.74%
G = 1.05%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.68

 K value IS 0.72

RGB Variations

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

Color information

#470117 (or 0x470117) is known color: Bordeaux. HEX triplet: 47, 01 and 17. RGB value is (71,1,23). Sum of RGB (Red+Green+Blue) = 71+1+23=95 (12% of max value = 765). Red value is 71 (28.12% from 255 or 74.74% from 95); Green value is 1 (0.78% from 255 or 1.05% from 95); Blue value is 23 (9.38% from 255 or 24.21% from 95); Max value from RGB is 71 - color contains mainly: red. Hex color #470117 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470117 is #B8FEE8. Grayscale: #181818. Windows color (decimal): -12123881 or 1507655. OLE color: 1507655.

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

Color convert

RGB 71 1 23 -
CMYK 0 0.99 0.68 0.72
HSL 341.14º 0.97% 0.14% -
HSV(B) 341.14º 0.99% 0.28% -
XYZ 2.76 1.42 0.94 -
YUV 24.44 127.19 161.21 -
System Red Green Blue C M Y K H S L
Decimal 71 1 23 0 0.99 0.68 0.72 341.14 0.97 0.14
Hex 47 1 17 0 63 44 48 155 61 E
Octal 107 1 27 0 143 104 110 525 141 16
Binary 1000111 1 10111 0 1100011 1000100 1001000 101010101 1100001 1110

Color Harmonies of #470117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470117

Black with #470117

Text Example


Text Example

White with #470117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470117; }

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

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

background-color css

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

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

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

border-color css

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

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

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