#4D0F22

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

Shades of Bordeaux #4D0F22

Tints of Bordeaux #4D0F22

Color information

#4D0F22 (or 0x4D0F22) is unknown color: approx Bordeaux. HEX triplet: 4D, 0F and 22. RGB value is (77,15,34). Sum of RGB (Red+Green+Blue) = 77+15+34=126 (16% of max value = 765). Red value is 77 (30.47% from 255 or 61.11% from 126); Green value is 15 (6.25% from 255 or 11.90% from 126); Blue value is 34 (13.67% from 255 or 26.98% from 126); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0F22 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0F22 is #B2F0DD. Grayscale: #232323. Windows color (decimal): -11727070 or 2232141. OLE color: 2232141.

HSL color Cylindrical-coordinate representation of color #4D0F22: hue angle of 341.61º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4D0F22 is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.70.

Color convert

RGB771534-
CMYK00.810.560.70
HSL341.61º67.39%18.04%-
HSV(B)341.61º80.52%30.2%-
XYZ3.522.031.72-
YUV35.7127.04157.46-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 61.11%
GREEN value IS 15 (6.25% from 255) = 11.90%
BLUE value IS 34 (13.67% from 255) = 26.98%
R=61.11%
G=11.90%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.56
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77153400.810.560.70341.6167.3918.04
Hex4DF2205138461564312
Octal115174201217010652610322
Binary10011011111100010010100011110001000110101010110100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D0F22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,15,34); }

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

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

 a { background-color: rgb(77,15,34); }

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

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

 span { border-color: rgb(77,15,34); }

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