Html Css Color HEX #470919 Bordeaux

📋 copy color: '#470919'

red 71 ◦ green 9 ◦ blue 25

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

Shades of Bordeaux #470919

Tints of Bordeaux #470919

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.57%

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

R = 67.62%
G = 8.57%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.65

 K value IS 0.72

RGB Variations

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

Color information

#470919 (or 0x470919) is known color: Bordeaux. HEX triplet: 47, 09 and 19. RGB value is (71,9,25). Sum of RGB (Red+Green+Blue) = 71+9+25=105 (13% of max value = 765). Red value is 71 (28.12% from 255 or 67.62% from 105); Green value is 9 (3.91% from 255 or 8.57% from 105); Blue value is 25 (10.16% from 255 or 23.81% from 105); Max value from RGB is 71 - color contains mainly: red. Hex color #470919 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470919 is #B8F6E6. Grayscale: #1D1D1D. Windows color (decimal): -12121831 or 1640775. OLE color: 1640775.

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

Color convert

RGB 71 9 25 -
CMYK 0 0.87 0.65 0.72
HSL 344.52º 0.78% 0.16% -
HSV(B) 344.52º 0.87% 0.28% -
XYZ 2.87 1.61 1.08 -
YUV 29.36 125.54 157.7 -
System Red Green Blue C M Y K H S L
Decimal 71 9 25 0 0.87 0.65 0.72 344.52 0.78 0.16
Hex 47 9 19 0 57 41 48 159 4E 10
Octal 107 11 31 0 127 101 110 531 116 20
Binary 1000111 1001 11001 0 1010111 1000001 1001000 101011001 1001110 10000

Color Harmonies of #470919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470919

Black with #470919

Text Example


Text Example

White with #470919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470919; }

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

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

background-color css

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

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

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

border-color css

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

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

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