Html Css Color HEX #470D1C Bordeaux

📋 copy color: '#470D1C'

red 71 ◦ green 13 ◦ blue 28

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

Shades of Bordeaux #470D1C

Tints of Bordeaux #470D1C

RGB

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

 GREEN value IS 13 (5.47% from 255) = 11.61%

 BLUE value IS 28 (11.33% from 255) = 25%

R = 63.39%
G = 11.61%
B = 25%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#470D1C (or 0x470D1C) is known color: Bordeaux. HEX triplet: 47, 0D and 1C. RGB value is (71,13,28). Sum of RGB (Red+Green+Blue) = 71+13+28=112 (14% of max value = 765). Red value is 71 (28.12% from 255 or 63.39% from 112); Green value is 13 (5.47% from 255 or 11.61% from 112); Blue value is 28 (11.33% from 255 or 25% from 112); Max value from RGB is 71 - color contains mainly: red. Hex color #470D1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470D1C is #B8F2E3. Grayscale: #202020. Windows color (decimal): -12120804 or 1838407. OLE color: 1838407.

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

Color convert

RGB 71 13 28 -
CMYK 0 0.82 0.61 0.72
HSL 344.48º 0.69% 0.16% -
HSV(B) 344.48º 0.82% 0.28% -
XYZ 2.95 1.71 1.27 -
YUV 32.05 125.72 155.78 -
System Red Green Blue C M Y K H S L
Decimal 71 13 28 0 0.82 0.61 0.72 344.48 0.69 0.16
Hex 47 D 1C 0 52 3D 48 158 45 10
Octal 107 15 34 0 122 75 110 530 105 20
Binary 1000111 1101 11100 0 1010010 111101 1001000 101011000 1000101 10000

Color Harmonies of #470D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470D1C

Black with #470D1C

Text Example


Text Example

White with #470D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,13,28); }

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

background-color css

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

 a { background-color: rgb(71,13,28); }

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

border-color css

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

 span { border-color: rgb(71,13,28); }

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