#4B031C

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

Shades of Bordeaux #4B031C

Tints of Bordeaux #4B031C

Color information

#4B031C (or 0x4B031C) is unknown color: approx Bordeaux. HEX triplet: 4B, 03 and 1C. RGB value is (75,3,28). Sum of RGB (Red+Green+Blue) = 75+3+28=106 (14% of max value = 765). Red value is 75 (29.69% from 255 or 70.75% from 106); Green value is 3 (1.56% from 255 or 2.83% from 106); Blue value is 28 (11.33% from 255 or 26.42% from 106); Max value from RGB is 75 - color contains mainly: red. Hex color #4B031C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B031C is #B4FCE3. Grayscale: #1B1B1B. Windows color (decimal): -11861220 or 1835851. OLE color: 1835851.

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

Color convert

RGB75328-
CMYK00.960.630.71
HSL339.17º92.31%15.29%-
HSV(B)339.17º96%29.41%-
XYZ3.141.641.25-
YUV27.38128.35161.97-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 70.75%
GREEN value IS 3 (1.56% from 255) = 2.83%
BLUE value IS 28 (11.33% from 255) = 26.42%
R=70.75%
G=2.83%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.63
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7532800.960.630.71339.1792.3115.29
Hex4B31C0603F471535cf
Octal11333401407710752313417
Binary1001011111110001100000111111100011110101001110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B031C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,3,28); }

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

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

 a { background-color: rgb(75,3,28); }

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

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

 span { border-color: rgb(75,3,28); }

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