#4D021C

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

Shades of Bordeaux #4D021C

Tints of Bordeaux #4D021C

Color information

#4D021C (or 0x4D021C) is unknown color: approx Bordeaux. HEX triplet: 4D, 02 and 1C. RGB value is (77,2,28). Sum of RGB (Red+Green+Blue) = 77+2+28=107 (14% of max value = 765). Red value is 77 (30.47% from 255 or 71.96% from 107); Green value is 2 (1.17% from 255 or 1.87% from 107); Blue value is 28 (11.33% from 255 or 26.17% from 107); Max value from RGB is 77 - color contains mainly: red. Hex color #4D021C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D021C is #B2FDE3. Grayscale: #1B1B1B. Windows color (decimal): -11730404 or 1835597. OLE color: 1835597.

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

Color convert

RGB77228-
CMYK00.970.640.70
HSL339.2º94.94%15.49%-
HSV(B)339.2º97.4%30.2%-
XYZ3.291.711.25-
YUV27.39128.35163.39-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 71.96%
GREEN value IS 2 (1.17% from 255) = 1.87%
BLUE value IS 28 (11.33% from 255) = 26.17%
R=71.96%
G=1.87%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.64
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7722800.970.640.70339.294.9415.49
Hex4D21C06140461535ff
Octal115234014110010652313717
Binary10011011011100011000011000000100011010101001110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D021C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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