#4D021B

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

Shades of Bordeaux #4D021B

Tints of Bordeaux #4D021B

Color information

#4D021B (or 0x4D021B) is unknown color: approx Bordeaux. HEX triplet: 4D, 02 and 1B. RGB value is (77,2,27). Sum of RGB (Red+Green+Blue) = 77+2+27=106 (14% of max value = 765). Red value is 77 (30.47% from 255 or 72.64% from 106); Green value is 2 (1.17% from 255 or 1.89% from 106); Blue value is 27 (10.94% from 255 or 25.47% from 106); Max value from RGB is 77 - color contains mainly: red. Hex color #4D021B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D021B is #B2FDE4. Grayscale: #1B1B1B. Windows color (decimal): -11730405 or 1770061. OLE color: 1770061.

HSL color Cylindrical-coordinate representation of color #4D021B: hue angle of 340º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4D021B is Cyan = 0, Magento = 0.97, Yellow = 0.65 and Black (K on CMYK) = 0.70.

Color convert

RGB77227-
CMYK00.970.650.70
HSL340º94.94%15.49%-
HSV(B)340º97.4%30.2%-
XYZ3.281.71.19-
YUV27.28127.85163.47-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 72.64%
GREEN value IS 2 (1.17% from 255) = 1.89%
BLUE value IS 27 (10.94% from 255) = 25.47%
R=72.64%
G=1.89%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.65
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7722700.970.650.7034094.9415.49
Hex4D21B06141461545ff
Octal115233014110110652413717
Binary10011011011011011000011000001100011010101010010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D021B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,2,27); }

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

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

 a { background-color: rgb(77,2,27); }

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

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

 span { border-color: rgb(77,2,27); }

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