#4D021A

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

Shades of Bordeaux #4D021A

Tints of Bordeaux #4D021A

Color information

#4D021A (or 0x4D021A) is unknown color: approx Bordeaux. HEX triplet: 4D, 02 and 1A. RGB value is (77,2,26). Sum of RGB (Red+Green+Blue) = 77+2+26=105 (13% of max value = 765). Red value is 77 (30.47% from 255 or 73.33% from 105); Green value is 2 (1.17% from 255 or 1.90% from 105); Blue value is 26 (10.55% from 255 or 24.76% from 105); Max value from RGB is 77 - color contains mainly: red. Hex color #4D021A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D021A is #B2FDE5. Grayscale: #1B1B1B. Windows color (decimal): -11730406 or 1704525. OLE color: 1704525.

HSL color Cylindrical-coordinate representation of color #4D021A: hue angle of 340.8º 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 #4D021A is Cyan = 0, Magento = 0.97, Yellow = 0.66 and Black (K on CMYK) = 0.70.

Color convert

RGB77226-
CMYK00.970.660.70
HSL340.8º94.94%15.49%-
HSV(B)340.8º97.4%30.2%-
XYZ3.271.71.13-
YUV27.16127.35163.55-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 73.33%
GREEN value IS 2 (1.17% from 255) = 1.90%
BLUE value IS 26 (10.55% from 255) = 24.76%
R=73.33%
G=1.90%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.66
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7722600.970.660.70340.894.9415.49
Hex4D21A06142461555ff
Octal115232014110210652513717
Binary10011011011010011000011000010100011010101010110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D021A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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