#4B0215

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

Shades of Bordeaux #4B0215

Tints of Bordeaux #4B0215

Color information

#4B0215 (or 0x4B0215) is unknown color: approx Bordeaux. HEX triplet: 4B, 02 and 15. RGB value is (75,2,21). Sum of RGB (Red+Green+Blue) = 75+2+21=98 (12% of max value = 765). Red value is 75 (29.69% from 255 or 76.53% from 98); Green value is 2 (1.17% from 255 or 2.04% from 98); Blue value is 21 (8.59% from 255 or 21.43% from 98); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0215 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B0215 is #B4FDEA. Grayscale: #191919. Windows color (decimal): -11861483 or 1376843. OLE color: 1376843.

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

Color convert

RGB75221-
CMYK00.970.720.71
HSL344.38º94.81%15.1%-
HSV(B)344.38º97.33%29.41%-
XYZ3.061.590.86-
YUV25.99125.18162.96-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 76.53%
GREEN value IS 2 (1.17% from 255) = 2.04%
BLUE value IS 21 (8.59% from 255) = 21.43%
R=76.53%
G=2.04%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.72
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7522100.970.720.71344.3894.8115.1
Hex4B21506148471585ff
Octal113225014111010753013717
Binary10010111010101011000011001000100011110101100010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,2,21); }

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

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

 a { background-color: rgb(75,2,21); }

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

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

 span { border-color: rgb(75,2,21); }

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