Html Css Color HEX #470C1D Bordeaux

📋 copy color: '#470C1D'

red 71 ◦ green 12 ◦ blue 29

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

Shades of Bordeaux #470C1D

Tints of Bordeaux #470C1D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 10.71%

 BLUE value IS 29 (11.72% from 255) = 25.89%

R = 63.39%
G = 10.71%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.59

 K value IS 0.72

RGB Variations

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

Color information

#470C1D (or 0x470C1D) is known color: Bordeaux. HEX triplet: 47, 0C and 1D. RGB value is (71,12,29). Sum of RGB (Red+Green+Blue) = 71+12+29=112 (14% of max value = 765). Red value is 71 (28.12% from 255 or 63.39% from 112); Green value is 12 (5.08% from 255 or 10.71% from 112); Blue value is 29 (11.72% from 255 or 25.89% from 112); Max value from RGB is 71 - color contains mainly: red. Hex color #470C1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470C1D is #B8F3E2. Grayscale: #1F1F1F. Windows color (decimal): -12121059 or 1903687. OLE color: 1903687.

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

Color convert

RGB 71 12 29 -
CMYK 0 0.83 0.59 0.72
HSL 342.71º 0.71% 0.16% -
HSV(B) 342.71º 0.83% 0.28% -
XYZ 2.95 1.69 1.33 -
YUV 31.58 126.55 156.12 -
System Red Green Blue C M Y K H S L
Decimal 71 12 29 0 0.83 0.59 0.72 342.71 0.71 0.16
Hex 47 C 1D 0 53 3B 48 157 47 10
Octal 107 14 35 0 123 73 110 527 107 20
Binary 1000111 1100 11101 0 1010011 111011 1001000 101010111 1000111 10000

Color Harmonies of #470C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470C1D

Black with #470C1D

Text Example


Text Example

White with #470C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,12,29); }

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

background-color css

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

 a { background-color: rgb(71,12,29); }

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

border-color css

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

 span { border-color: rgb(71,12,29); }

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