Html Css Color HEX #470A19 Bordeaux

📋 copy color: '#470A19'

red 71 ◦ green 10 ◦ blue 25

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

Shades of Bordeaux #470A19

Tints of Bordeaux #470A19

RGB

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

 GREEN value IS 10 (4.3% from 255) = 9.43%

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

R = 66.98%
G = 9.43%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.65

 K value IS 0.72

RGB Variations

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

Color information

#470A19 (or 0x470A19) is known color: Bordeaux. HEX triplet: 47, 0A and 19. RGB value is (71,10,25). Sum of RGB (Red+Green+Blue) = 71+10+25=106 (14% of max value = 765). Red value is 71 (28.12% from 255 or 66.98% from 106); Green value is 10 (4.30% from 255 or 9.43% from 106); Blue value is 25 (10.16% from 255 or 23.58% from 106); Max value from RGB is 71 - color contains mainly: red. Hex color #470A19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470A19 is #B8F5E6. Grayscale: #1D1D1D. Windows color (decimal): -12121575 or 1641031. OLE color: 1641031.

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

Color convert

RGB 71 10 25 -
CMYK 0 0.86 0.65 0.72
HSL 345.25º 0.75% 0.16% -
HSV(B) 345.25º 0.86% 0.28% -
XYZ 2.88 1.63 1.08 -
YUV 29.95 125.21 157.28 -
System Red Green Blue C M Y K H S L
Decimal 71 10 25 0 0.86 0.65 0.72 345.25 0.75 0.16
Hex 47 A 19 0 56 41 48 159 4B 10
Octal 107 12 31 0 126 101 110 531 113 20
Binary 1000111 1010 11001 0 1010110 1000001 1001000 101011001 1001011 10000

Color Harmonies of #470A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470A19

Black with #470A19

Text Example


Text Example

White with #470A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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