#4B0B1F

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

Shades of Bordeaux #4B0B1F

Tints of Bordeaux #4B0B1F

Color information

#4B0B1F (or 0x4B0B1F) is unknown color: approx Bordeaux. HEX triplet: 4B, 0B and 1F. RGB value is (75,11,31). Sum of RGB (Red+Green+Blue) = 75+11+31=117 (15% of max value = 765). Red value is 75 (29.69% from 255 or 64.10% from 117); Green value is 11 (4.69% from 255 or 9.40% from 117); Blue value is 31 (12.5% from 255 or 26.50% from 117); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0B1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B0B1F is #B4F4E0. Grayscale: #202020. Windows color (decimal): -11859169 or 2034507. OLE color: 2034507.

HSL color Cylindrical-coordinate representation of color #4B0B1F: hue angle of 341.25º degrees, saturation: 0.74, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4B0B1F is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.71.

Color convert

RGB751131-
CMYK00.850.590.71
HSL341.25º74.42%16.86%-
HSV(B)341.25º85.33%29.41%-
XYZ3.271.831.48-
YUV32.42127.2158.37-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 64.10%
GREEN value IS 11 (4.69% from 255) = 9.40%
BLUE value IS 31 (12.5% from 255) = 26.50%
R=64.10%
G=9.40%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.59
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75113100.850.590.71341.2574.4216.86
Hex4BB1F0553B471554a11
Octal113133701257310752511221
Binary1001011101111111010101011110111000111101010101100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,11,31); }

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

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

 a { background-color: rgb(75,11,31); }

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

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

 span { border-color: rgb(75,11,31); }

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