#4D0B1A

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

Shades of Bordeaux #4D0B1A

Tints of Bordeaux #4D0B1A

Color information

#4D0B1A (or 0x4D0B1A) is unknown color: approx Bordeaux. HEX triplet: 4D, 0B and 1A. RGB value is (77,11,26). Sum of RGB (Red+Green+Blue) = 77+11+26=114 (15% of max value = 765). Red value is 77 (30.47% from 255 or 67.54% from 114); Green value is 11 (4.69% from 255 or 9.65% from 114); Blue value is 26 (10.55% from 255 or 22.81% from 114); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0B1A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0B1A is #B2F4E5. Grayscale: #202020. Windows color (decimal): -11728102 or 1706829. OLE color: 1706829.

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

Color convert

RGB771126-
CMYK00.860.660.70
HSL346.36º75%17.25%-
HSV(B)346.36º85.71%30.2%-
XYZ3.371.891.16-
YUV32.44124.37159.78-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 67.54%
GREEN value IS 11 (4.69% from 255) = 9.65%
BLUE value IS 26 (10.55% from 255) = 22.81%
R=67.54%
G=9.65%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.66
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77112600.860.660.70346.367517.25
Hex4DB1A056424615a4b11
Octal1151332012610210653211321
Binary10011011011110100101011010000101000110101011010100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D0B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,11,26); }

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

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

 a { background-color: rgb(77,11,26); }

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

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

 span { border-color: rgb(77,11,26); }

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