#4B191C

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

Shades of Bordeaux #4B191C

Tints of Bordeaux #4B191C

Color information

#4B191C (or 0x4B191C) is unknown color: approx Bordeaux. HEX triplet: 4B, 19 and 1C. RGB value is (75,25,28). Sum of RGB (Red+Green+Blue) = 75+25+28=128 (16% of max value = 765). Red value is 75 (29.69% from 255 or 58.59% from 128); Green value is 25 (10.16% from 255 or 19.53% from 128); Blue value is 28 (11.33% from 255 or 21.88% from 128); Max value from RGB is 75 - color contains mainly: red. Hex color #4B191C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B191C is #B4E6E3. Grayscale: #282828. Windows color (decimal): -11855588 or 1841483. OLE color: 1841483.

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

Color convert

RGB752528-
CMYK00.670.630.71
HSL356.4º50%19.61%-
HSV(B)356.4º66.67%29.41%-
XYZ3.462.271.36-
YUV40.29121.06152.76-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 58.59%
GREEN value IS 25 (10.16% from 255) = 19.53%
BLUE value IS 28 (11.33% from 255) = 21.88%
R=58.59%
G=19.53%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.63
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75252800.670.630.71356.45019.61
Hex4B191C0433F471643214
Octal11331340103771075446224
Binary1001011110011110001000011111111100011110110010011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B191C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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