#4B0118

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

Shades of Bordeaux #4B0118

Tints of Bordeaux #4B0118

Color information

#4B0118 (or 0x4B0118) is unknown color: approx Bordeaux. HEX triplet: 4B, 01 and 18. RGB value is (75,1,24). Sum of RGB (Red+Green+Blue) = 75+1+24=100 (13% of max value = 765). Red value is 75 (29.69% from 255 or 75% from 100); Green value is 1 (0.78% from 255 or 1% from 100); Blue value is 24 (9.77% from 255 or 24% from 100); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0118 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B0118 is #B4FEE7. Grayscale: #191919. Windows color (decimal): -11861736 or 1573195. OLE color: 1573195.

HSL color Cylindrical-coordinate representation of color #4B0118: hue angle of 341.35º 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 #4B0118 is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.71.

Color convert

RGB75124-
CMYK00.990.680.71
HSL341.35º97.37%14.9%-
HSV(B)341.35º98.67%29.41%-
XYZ3.081.581.01-
YUV25.75127.02163.13-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 75%
GREEN value IS 1 (0.78% from 255) = 1%
BLUE value IS 24 (9.77% from 255) = 24%
R=75%
G=1%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.68
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7512400.990.680.71341.3597.3714.9
Hex4B118063444715561f
Octal113130014310410752514117
Binary1001011111000011000111000100100011110101010111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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