#4B071F

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

Shades of Bordeaux #4B071F

Tints of Bordeaux #4B071F

Color information

#4B071F (or 0x4B071F) is unknown color: approx Bordeaux. HEX triplet: 4B, 07 and 1F. RGB value is (75,7,31). Sum of RGB (Red+Green+Blue) = 75+7+31=113 (14% of max value = 765). Red value is 75 (29.69% from 255 or 66.37% from 113); Green value is 7 (3.12% from 255 or 6.19% from 113); Blue value is 31 (12.5% from 255 or 27.43% from 113); Max value from RGB is 75 - color contains mainly: red. Hex color #4B071F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B071F is #B4F8E0. Grayscale: #1E1E1E. Windows color (decimal): -11860193 or 2033483. OLE color: 2033483.

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

Color convert

RGB75731-
CMYK00.910.590.71
HSL338.82º82.93%16.08%-
HSV(B)338.82º90.67%29.41%-
XYZ3.221.751.46-
YUV30.07128.53160.05-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 66.37%
GREEN value IS 7 (3.12% from 255) = 6.19%
BLUE value IS 31 (12.5% from 255) = 27.43%
R=66.37%
G=6.19%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.59
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7573100.910.590.71338.8282.9316.08
Hex4B71F05B3B471535310
Octal11373701337310752312320
Binary100101111111111010110111110111000111101010011101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B071F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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