Html Css Color HEX #470019 Bordeaux

📋 copy color: '#470019'

red 71 ◦ green 0 ◦ blue 25

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

Shades of Bordeaux #470019

Tints of Bordeaux #470019

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 25 (10.16% from 255) = 26.04%

R = 73.96%
G = 0%
B = 26.04%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.65

 K value IS 0.72

RGB Variations

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

Color information

#470019 (or 0x470019) is known color: Bordeaux. HEX triplet: 47, 00 and 19. RGB value is (71,0,25). Sum of RGB (Red+Green+Blue) = 71+0+25=96 (12% of max value = 765). Red value is 71 (28.12% from 255 or 73.96% from 96); Green value is 0 (0.39% from 255 or 0% from 96); Blue value is 25 (10.16% from 255 or 26.04% from 96); Max value from RGB is 71 - color contains mainly: red. Hex color #470019 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470019 is #B8FFE6. Grayscale: #181818. Windows color (decimal): -12124135 or 1638471. OLE color: 1638471.

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

Color convert

RGB 71 0 25 -
CMYK 0 1 0.65 0.72
HSL 338.87º 1% 0.14% -
HSV(B) 338.87º 1% 0.28% -
XYZ 2.77 1.41 1.05 -
YUV 24.08 128.52 161.47 -
System Red Green Blue C M Y K H S L
Decimal 71 0 25 0 1 0.65 0.72 338.87 1 0.14
Hex 47 0 19 0 64 41 48 153 64 E
Octal 107 0 31 0 144 101 110 523 144 16
Binary 1000111 0 11001 0 1100100 1000001 1001000 101010011 1100100 1110

Color Harmonies of #470019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470019

Black with #470019

Text Example


Text Example

White with #470019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470019; }

 p { color: rgb(71,0,25); }

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

background-color css

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

 a { background-color: rgb(71,0,25); }

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

border-color css

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

 span { border-color: rgb(71,0,25); }

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