Html Css Color HEX #470F1F Bordeaux

📋 copy color: '#470F1F'

red 71 ◦ green 15 ◦ blue 31

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

Shades of Bordeaux #470F1F

Tints of Bordeaux #470F1F

RGB

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

 GREEN value IS 15 (6.25% from 255) = 12.82%

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

R = 60.68%
G = 12.82%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#470F1F (or 0x470F1F) is known color: Bordeaux. HEX triplet: 47, 0F and 1F. RGB value is (71,15,31). Sum of RGB (Red+Green+Blue) = 71+15+31=117 (15% of max value = 765). Red value is 71 (28.12% from 255 or 60.68% from 117); Green value is 15 (6.25% from 255 or 12.82% from 117); Blue value is 31 (12.5% from 255 or 26.50% from 117); Max value from RGB is 71 - color contains mainly: red. Hex color #470F1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470F1F is #B8F0E0. Grayscale: #212121. Windows color (decimal): -12120289 or 2035527. OLE color: 2035527.

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

Color convert

RGB 71 15 31 -
CMYK 0 0.79 0.56 0.72
HSL 342.86º 0.65% 0.17% -
HSV(B) 342.86º 0.79% 0.28% -
XYZ 3.02 1.78 1.48 -
YUV 33.57 126.55 154.7 -
System Red Green Blue C M Y K H S L
Decimal 71 15 31 0 0.79 0.56 0.72 342.86 0.65 0.17
Hex 47 F 1F 0 4F 38 48 157 41 11
Octal 107 17 37 0 117 70 110 527 101 21
Binary 1000111 1111 11111 0 1001111 111000 1001000 101010111 1000001 10001

Color Harmonies of #470F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470F1F

Black with #470F1F

Text Example


Text Example

White with #470F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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