#4B181C

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

Shades of Bordeaux #4B181C

Tints of Bordeaux #4B181C

Color information

#4B181C (or 0x4B181C) is unknown color: approx Bordeaux. HEX triplet: 4B, 18 and 1C. RGB value is (75,24,28). Sum of RGB (Red+Green+Blue) = 75+24+28=127 (16% of max value = 765). Red value is 75 (29.69% from 255 or 59.06% from 127); Green value is 24 (9.77% from 255 or 18.90% from 127); Blue value is 28 (11.33% from 255 or 22.05% from 127); Max value from RGB is 75 - color contains mainly: red. Hex color #4B181C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B181C is #B4E7E3. Grayscale: #272727. Windows color (decimal): -11855844 or 1841227. OLE color: 1841227.

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

Color convert

RGB752428-
CMYK00.680.630.71
HSL355.29º51.52%19.41%-
HSV(B)355.29º68%29.41%-
XYZ3.442.231.35-
YUV39.7121.4153.17-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 59.06%
GREEN value IS 24 (9.77% from 255) = 18.90%
BLUE value IS 28 (11.33% from 255) = 22.05%
R=59.06%
G=18.90%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.63
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75242800.680.630.71355.2951.5219.41
Hex4B181C0443F471633413
Octal11330340104771075436423
Binary1001011110001110001000100111111100011110110001111010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B181C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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