#4D0315

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

Shades of Bordeaux #4D0315

Tints of Bordeaux #4D0315

Color information

#4D0315 (or 0x4D0315) is unknown color: approx Bordeaux. HEX triplet: 4D, 03 and 15. RGB value is (77,3,21). Sum of RGB (Red+Green+Blue) = 77+3+21=101 (13% of max value = 765). Red value is 77 (30.47% from 255 or 76.24% from 101); Green value is 3 (1.56% from 255 or 2.97% from 101); Blue value is 21 (8.59% from 255 or 20.79% from 101); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0315 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D0315 is #B2FCEA. Grayscale: #1B1B1B. Windows color (decimal): -11730155 or 1377101. OLE color: 1377101.

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

Color convert

RGB77321-
CMYK00.960.730.70
HSL345.41º92.5%15.69%-
HSV(B)345.41º96.1%30.2%-
XYZ3.231.70.87-
YUV27.18124.52163.54-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 76.24%
GREEN value IS 3 (1.56% from 255) = 2.97%
BLUE value IS 21 (8.59% from 255) = 20.79%
R=76.24%
G=2.97%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.73
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7732100.960.730.70345.4192.515.69
Hex4D31506049461595c10
Octal115325014011110653113420
Binary100110111101010110000010010011000110101011001101110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D0315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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