Html Css Color HEX #470519 Bordeaux

📋 copy color: '#470519'

red 71 ◦ green 5 ◦ blue 25

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

Shades of Bordeaux #470519

Tints of Bordeaux #470519

RGB

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

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

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

R = 70.3%
G = 4.95%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.65

 K value IS 0.72

RGB Variations

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

Color information

#470519 (or 0x470519) is known color: Bordeaux. HEX triplet: 47, 05 and 19. RGB value is (71,5,25). Sum of RGB (Red+Green+Blue) = 71+5+25=101 (13% of max value = 765). Red value is 71 (28.12% from 255 or 70.30% from 101); Green value is 5 (2.34% from 255 or 4.95% from 101); Blue value is 25 (10.16% from 255 or 24.75% from 101); Max value from RGB is 71 - color contains mainly: red. Hex color #470519 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470519 is #B8FAE6. Grayscale: #1B1B1B. Windows color (decimal): -12122855 or 1639751. OLE color: 1639751.

HSL color Cylindrical-coordinate representation of color #470519: hue angle of 341.82º 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 #470519 is Cyan = 0, Magento = 0.93, Yellow = 0.65 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 5 25 -
CMYK 0 0.93 0.65 0.72
HSL 341.82º 0.87% 0.15% -
HSV(B) 341.82º 0.93% 0.28% -
XYZ 2.83 1.52 1.06 -
YUV 27.01 126.87 159.37 -
System Red Green Blue C M Y K H S L
Decimal 71 5 25 0 0.93 0.65 0.72 341.82 0.87 0.15
Hex 47 5 19 0 5D 41 48 156 57 F
Octal 107 5 31 0 135 101 110 526 127 17
Binary 1000111 101 11001 0 1011101 1000001 1001000 101010110 1010111 1111

Color Harmonies of #470519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470519

Black with #470519

Text Example


Text Example

White with #470519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470519; }

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

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

background-color css

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

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

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

border-color css

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

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

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