#4D031E

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

Shades of Bordeaux #4D031E

Tints of Bordeaux #4D031E

Color information

#4D031E (or 0x4D031E) is unknown color: approx Bordeaux. HEX triplet: 4D, 03 and 1E. RGB value is (77,3,30). Sum of RGB (Red+Green+Blue) = 77+3+30=110 (14% of max value = 765). Red value is 77 (30.47% from 255 or 70% from 110); Green value is 3 (1.56% from 255 or 2.73% from 110); Blue value is 30 (12.11% from 255 or 27.27% from 110); Max value from RGB is 77 - color contains mainly: red. Hex color #4D031E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D031E is #B2FCE1. Grayscale: #1C1C1C. Windows color (decimal): -11730146 or 1966925. OLE color: 1966925.

HSL color Cylindrical-coordinate representation of color #4D031E: hue angle of 338.11º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4D031E is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.70.

Color convert

RGB77330-
CMYK00.960.610.70
HSL338.11º92.5%15.69%-
HSV(B)338.11º96.1%30.2%-
XYZ3.331.741.39-
YUV28.2129.02162.8-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 70%
GREEN value IS 3 (1.56% from 255) = 2.73%
BLUE value IS 30 (12.11% from 255) = 27.27%
R=70%
G=2.73%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.61
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7733000.960.610.70338.1192.515.69
Hex4D31E0603D461525c10
Octal11533601407510652213420
Binary10011011111110011000001111011000110101010010101110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D031E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,3,30); }

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

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

 a { background-color: rgb(77,3,30); }

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

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

 span { border-color: rgb(77,3,30); }

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