Html Css Color HEX #470A1F Bordeaux

📋 copy color: '#470A1F'

red 71 ◦ green 10 ◦ blue 31

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

Shades of Bordeaux #470A1F

Tints of Bordeaux #470A1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 27.68%

R = 63.39%
G = 8.93%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#470A1F (or 0x470A1F) is known color: Bordeaux. HEX triplet: 47, 0A and 1F. RGB value is (71,10,31). Sum of RGB (Red+Green+Blue) = 71+10+31=112 (14% of max value = 765). Red value is 71 (28.12% from 255 or 63.39% from 112); Green value is 10 (4.30% from 255 or 8.93% from 112); Blue value is 31 (12.5% from 255 or 27.68% from 112); Max value from RGB is 71 - color contains mainly: red. Hex color #470A1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470A1F is #B8F5E0. Grayscale: #1E1E1E. Windows color (decimal): -12121569 or 2034247. OLE color: 2034247.

HSL color Cylindrical-coordinate representation of color #470A1F: hue angle of 339.34º 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 #470A1F is Cyan = 0, Magento = 0.86, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 10 31 -
CMYK 0 0.86 0.56 0.72
HSL 339.34º 0.75% 0.16% -
HSV(B) 339.34º 0.86% 0.28% -
XYZ 2.95 1.66 1.46 -
YUV 30.63 128.21 156.79 -
System Red Green Blue C M Y K H S L
Decimal 71 10 31 0 0.86 0.56 0.72 339.34 0.75 0.16
Hex 47 A 1F 0 56 38 48 153 4B 10
Octal 107 12 37 0 126 70 110 523 113 20
Binary 1000111 1010 11111 0 1010110 111000 1001000 101010011 1001011 10000

Color Harmonies of #470A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470A1F

Black with #470A1F

Text Example


Text Example

White with #470A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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