#4B041B

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

Shades of Bordeaux #4B041B

Tints of Bordeaux #4B041B

Color information

#4B041B (or 0x4B041B) is unknown color: approx Bordeaux. HEX triplet: 4B, 04 and 1B. RGB value is (75,4,27). Sum of RGB (Red+Green+Blue) = 75+4+27=106 (14% of max value = 765). Red value is 75 (29.69% from 255 or 70.75% from 106); Green value is 4 (1.95% from 255 or 3.77% from 106); Blue value is 27 (10.94% from 255 or 25.47% from 106); Max value from RGB is 75 - color contains mainly: red. Hex color #4B041B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B041B is #B4FBE4. Grayscale: #1B1B1B. Windows color (decimal): -11860965 or 1770571. OLE color: 1770571.

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

Color convert

RGB75427-
CMYK00.950.640.71
HSL340.56º89.87%15.49%-
HSV(B)340.56º94.67%29.41%-
XYZ3.141.661.19-
YUV27.85127.52161.63-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 70.75%
GREEN value IS 4 (1.95% from 255) = 3.77%
BLUE value IS 27 (10.94% from 255) = 25.47%
R=70.75%
G=3.77%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.64
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7542700.950.640.71340.5689.8715.49
Hex4B41B05F40471555af
Octal113433013710010752513217
Binary100101110011011010111111000000100011110101010110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B041B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,4,27); }

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

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

 a { background-color: rgb(75,4,27); }

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

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

 span { border-color: rgb(75,4,27); }

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