#4D1017

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

Shades of Bordeaux #4D1017

Tints of Bordeaux #4D1017

Color information

#4D1017 (or 0x4D1017) is unknown color: approx Bordeaux. HEX triplet: 4D, 10 and 17. RGB value is (77,16,23). Sum of RGB (Red+Green+Blue) = 77+16+23=116 (15% of max value = 765). Red value is 77 (30.47% from 255 or 66.38% from 116); Green value is 16 (6.64% from 255 or 13.79% from 116); Blue value is 23 (9.38% from 255 or 19.83% from 116); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1017 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D1017 is #B2EFE8. Grayscale: #232323. Windows color (decimal): -11726825 or 1511501. OLE color: 1511501.

HSL color Cylindrical-coordinate representation of color #4D1017: hue angle of 353.11º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4D1017 is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.70.

Color convert

RGB771623-
CMYK00.790.700.70
HSL353.11º65.59%18.24%-
HSV(B)353.11º79.22%30.2%-
XYZ3.42.011.02-
YUV35.04121.21157.93-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 66.38%
GREEN value IS 16 (6.64% from 255) = 13.79%
BLUE value IS 23 (9.38% from 255) = 19.83%
R=66.38%
G=13.79%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.70
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77162300.790.700.70353.1165.5918.24
Hex4D101704F46461614212
Octal1152027011710610654110222
Binary100110110000101110100111110001101000110101100001100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D1017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,16,23); }

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

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

 a { background-color: rgb(77,16,23); }

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

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

 span { border-color: rgb(77,16,23); }

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