Html Css Color HEX #470419 Bordeaux

📋 copy color: '#470419'

red 71 ◦ green 4 ◦ blue 25

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

Shades of Bordeaux #470419

Tints of Bordeaux #470419

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4%

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

R = 71%
G = 4%
B = 25%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.65

 K value IS 0.72

RGB Variations

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

Color information

#470419 (or 0x470419) is known color: Bordeaux. HEX triplet: 47, 04 and 19. RGB value is (71,4,25). Sum of RGB (Red+Green+Blue) = 71+4+25=100 (13% of max value = 765). Red value is 71 (28.12% from 255 or 71% from 100); Green value is 4 (1.95% from 255 or 4% from 100); Blue value is 25 (10.16% from 255 or 25% from 100); Max value from RGB is 71 - color contains mainly: red. Hex color #470419 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470419 is #B8FBE6. Grayscale: #1A1A1A. Windows color (decimal): -12123111 or 1639495. OLE color: 1639495.

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

Color convert

RGB 71 4 25 -
CMYK 0 0.94 0.65 0.72
HSL 341.19º 0.89% 0.15% -
HSV(B) 341.19º 0.94% 0.28% -
XYZ 2.82 1.5 1.06 -
YUV 26.43 127.2 159.79 -
System Red Green Blue C M Y K H S L
Decimal 71 4 25 0 0.94 0.65 0.72 341.19 0.89 0.15
Hex 47 4 19 0 5E 41 48 155 59 F
Octal 107 4 31 0 136 101 110 525 131 17
Binary 1000111 100 11001 0 1011110 1000001 1001000 101010101 1011001 1111

Color Harmonies of #470419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470419

Black with #470419

Text Example


Text Example

White with #470419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470419; }

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

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

background-color css

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

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

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

border-color css

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

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

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