#4B121C

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

Shades of Bordeaux #4B121C

Tints of Bordeaux #4B121C

Color information

#4B121C (or 0x4B121C) is unknown color: approx Bordeaux. HEX triplet: 4B, 12 and 1C. RGB value is (75,18,28). Sum of RGB (Red+Green+Blue) = 75+18+28=121 (16% of max value = 765). Red value is 75 (29.69% from 255 or 61.98% from 121); Green value is 18 (7.42% from 255 or 14.88% from 121); Blue value is 28 (11.33% from 255 or 23.14% from 121); Max value from RGB is 75 - color contains mainly: red. Hex color #4B121C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B121C is #B4EDE3. Grayscale: #242424. Windows color (decimal): -11857380 or 1839691. OLE color: 1839691.

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

Color convert

RGB751828-
CMYK00.760.630.71
HSL349.47º61.29%18.24%-
HSV(B)349.47º76%29.41%-
XYZ3.332.011.31-
YUV36.18123.38155.69-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 61.98%
GREEN value IS 18 (7.42% from 255) = 14.88%
BLUE value IS 28 (11.33% from 255) = 23.14%
R=61.98%
G=14.88%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.63
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75182800.760.630.71349.4761.2918.24
Hex4B121C04C3F4715d3d12
Octal11322340114771075357522
Binary1001011100101110001001100111111100011110101110111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B121C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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