#4B0119

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

Shades of Bordeaux #4B0119

Tints of Bordeaux #4B0119

Color information

#4B0119 (or 0x4B0119) is unknown color: approx Bordeaux. HEX triplet: 4B, 01 and 19. RGB value is (75,1,25). Sum of RGB (Red+Green+Blue) = 75+1+25=101 (13% of max value = 765). Red value is 75 (29.69% from 255 or 74.26% from 101); Green value is 1 (0.78% from 255 or 0.99% from 101); Blue value is 25 (10.16% from 255 or 24.75% from 101); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0119 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B0119 is #B4FEE6. Grayscale: #191919. Windows color (decimal): -11861735 or 1638731. OLE color: 1638731.

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

Color convert

RGB75125-
CMYK00.990.670.71
HSL340.54º97.37%14.9%-
HSV(B)340.54º98.67%29.41%-
XYZ3.091.591.06-
YUV25.86127.52163.05-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 74.26%
GREEN value IS 1 (0.78% from 255) = 0.99%
BLUE value IS 25 (10.16% from 255) = 24.75%
R=74.26%
G=0.99%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.67
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7512500.990.670.71340.5497.3714.9
Hex4B119063434715561f
Octal113131014310310752514117
Binary1001011111001011000111000011100011110101010111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,1,25); }

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

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

 a { background-color: rgb(75,1,25); }

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

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

 span { border-color: rgb(75,1,25); }

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