#470C1B

Color #470C1B Bordeaux (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bordeaux #470C1B

Tints of Bordeaux #470C1B

Color information

#470C1B (or 0x470C1B) is unknown color: approx Bordeaux. HEX triplet: 47, 0C and 1B. RGB value is (71,12,27). Sum of RGB (Red+Green+Blue) = 71+12+27=110 (14% of max value = 765). Red value is 71 (28.12% from 255 or 64.55% from 110); Green value is 12 (5.08% from 255 or 10.91% from 110); Blue value is 27 (10.94% from 255 or 24.55% from 110); Max value from RGB is 71 - color contains mainly: red. Hex color #470C1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470C1B is #B8F3E4. Grayscale: #1F1F1F. Windows color (decimal): -12121061 or 1772615. OLE color: 1772615.

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

Color convert

RGB711227-
CMYK00.830.620.72
HSL344.75º71.08%16.27%-
HSV(B)344.75º83.1%27.84%-
XYZ2.931.681.21-
YUV31.35125.55156.28-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 64.55%
GREEN value IS 12 (5.08% from 255) = 10.91%
BLUE value IS 27 (10.94% from 255) = 24.55%
R=64.55%
G=10.91%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.62
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71122700.830.620.72344.7571.0816.27
Hex47C1B0533E481594710
Octal107143301237611053110720
Binary1000111110011011010100111111101001000101011001100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #470C1B;
 }
 .AnyTagClassName
 {
   color: #470C1B;
 }
</style>
background-color css

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

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

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

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

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

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