#4B191B

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

Shades of Bordeaux #4B191B

Tints of Bordeaux #4B191B

Color information

#4B191B (or 0x4B191B) is unknown color: approx Bordeaux. HEX triplet: 4B, 19 and 1B. RGB value is (75,25,27). Sum of RGB (Red+Green+Blue) = 75+25+27=127 (16% of max value = 765). Red value is 75 (29.69% from 255 or 59.06% from 127); Green value is 25 (10.16% from 255 or 19.69% from 127); Blue value is 27 (10.94% from 255 or 21.26% from 127); Max value from RGB is 75 - color contains mainly: red. Hex color #4B191B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B191B is #B4E6E4. Grayscale: #282828. Windows color (decimal): -11855589 or 1775947. OLE color: 1775947.

HSL color Cylindrical-coordinate representation of color #4B191B: hue angle of 357.6º 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 #4B191B is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.71.

Color convert

RGB752527-
CMYK00.670.640.71
HSL357.6º50%19.61%-
HSV(B)357.6º66.67%29.41%-
XYZ3.452.271.29-
YUV40.18120.56152.84-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 59.06%
GREEN value IS 25 (10.16% from 255) = 19.69%
BLUE value IS 27 (10.94% from 255) = 21.26%
R=59.06%
G=19.69%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.64
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75252700.670.640.71357.65019.61
Hex4B191B04340471663214
Octal113313301031001075466224
Binary10010111100111011010000111000000100011110110011011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B191B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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