Html Css Color HEX #470A1E Bordeaux

📋 copy color: '#470A1E'

red 71 ◦ green 10 ◦ blue 30

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

Shades of Bordeaux #470A1E

Tints of Bordeaux #470A1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 27.03%

R = 63.96%
G = 9.01%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#470A1E (or 0x470A1E) is known color: Bordeaux. HEX triplet: 47, 0A and 1E. RGB value is (71,10,30). Sum of RGB (Red+Green+Blue) = 71+10+30=111 (14% of max value = 765). Red value is 71 (28.12% from 255 or 63.96% from 111); Green value is 10 (4.30% from 255 or 9.01% from 111); Blue value is 30 (12.11% from 255 or 27.03% from 111); Max value from RGB is 71 - color contains mainly: red. Hex color #470A1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470A1E is #B8F5E1. Grayscale: #1E1E1E. Windows color (decimal): -12121570 or 1968711. OLE color: 1968711.

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

Color convert

RGB 71 10 30 -
CMYK 0 0.86 0.58 0.72
HSL 340.33º 0.75% 0.16% -
HSV(B) 340.33º 0.86% 0.28% -
XYZ 2.94 1.65 1.39 -
YUV 30.52 127.71 156.87 -
System Red Green Blue C M Y K H S L
Decimal 71 10 30 0 0.86 0.58 0.72 340.33 0.75 0.16
Hex 47 A 1E 0 56 3A 48 154 4B 10
Octal 107 12 36 0 126 72 110 524 113 20
Binary 1000111 1010 11110 0 1010110 111010 1001000 101010100 1001011 10000

Color Harmonies of #470A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470A1E

Black with #470A1E

Text Example


Text Example

White with #470A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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