#4A171C

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

Shades of Bordeaux #4A171C

Tints of Bordeaux #4A171C

Color information

#4A171C (or 0x4A171C) is unknown color: approx Bordeaux. HEX triplet: 4A, 17 and 1C. RGB value is (74,23,28). Sum of RGB (Red+Green+Blue) = 74+23+28=125 (16% of max value = 765). Red value is 74 (29.30% from 255 or 59.2% from 125); Green value is 23 (9.38% from 255 or 18.4% from 125); Blue value is 28 (11.33% from 255 or 22.4% from 125); Max value from RGB is 74 - color contains mainly: red. Hex color #4A171C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A171C is #B5E8E3. Grayscale: #262626. Windows color (decimal): -11921636 or 1840970. OLE color: 1840970.

HSL color Cylindrical-coordinate representation of color #4A171C: hue angle of 354.12º degrees, saturation: 0.53, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4A171C is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.71.

Color convert

RGB742328-
CMYK00.690.620.71
HSL354.12º52.58%19.02%-
HSV(B)354.12º68.92%29.02%-
XYZ3.342.151.34-
YUV38.82121.9153.09-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 59.2%
GREEN value IS 23 (9.38% from 255) = 18.4%
BLUE value IS 28 (11.33% from 255) = 22.4%
R=59.2%
G=18.4%
B=22.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.62
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74232800.690.620.71354.1252.5819.02
Hex4A171C0453E471623513
Octal11227340105761075426523
Binary1001010101111110001000101111110100011110110001011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A171C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A171C; }

 p { color: rgb(74,23,28); }

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

<style>
 a { background-color: #4A171C; }

 a { background-color: rgb(74,23,28); }

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

<style>
 span { border-color: #4A171C; }

 span { border-color: rgb(74,23,28); }

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