Html Css Color HEX #470C1C Bordeaux

📋 copy color: '#470C1C'

red 71 ◦ green 12 ◦ blue 28

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

Shades of Bordeaux #470C1C

Tints of Bordeaux #470C1C

RGB

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

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

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

R = 63.96%
G = 10.81%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#470C1C (or 0x470C1C) is known color: Bordeaux. HEX triplet: 47, 0C and 1C. RGB value is (71,12,28). Sum of RGB (Red+Green+Blue) = 71+12+28=111 (14% of max value = 765). Red value is 71 (28.12% from 255 or 63.96% from 111); Green value is 12 (5.08% from 255 or 10.81% from 111); Blue value is 28 (11.33% from 255 or 25.23% from 111); Max value from RGB is 71 - color contains mainly: red. Hex color #470C1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470C1C is #B8F3E3. Grayscale: #1F1F1F. Windows color (decimal): -12121060 or 1838151. OLE color: 1838151.

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

Color convert

RGB 71 12 28 -
CMYK 0 0.83 0.61 0.72
HSL 343.73º 0.71% 0.16% -
HSV(B) 343.73º 0.83% 0.28% -
XYZ 2.94 1.69 1.27 -
YUV 31.47 126.05 156.2 -
System Red Green Blue C M Y K H S L
Decimal 71 12 28 0 0.83 0.61 0.72 343.73 0.71 0.16
Hex 47 C 1C 0 53 3D 48 158 47 10
Octal 107 14 34 0 123 75 110 530 107 20
Binary 1000111 1100 11100 0 1010011 111101 1001000 101011000 1000111 10000

Color Harmonies of #470C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470C1C

Black with #470C1C

Text Example


Text Example

White with #470C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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