#4B191F

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

Shades of Bordeaux #4B191F

Tints of Bordeaux #4B191F

Color information

#4B191F (or 0x4B191F) is unknown color: approx Bordeaux. HEX triplet: 4B, 19 and 1F. RGB value is (75,25,31). Sum of RGB (Red+Green+Blue) = 75+25+31=131 (17% of max value = 765). Red value is 75 (29.69% from 255 or 57.25% from 131); Green value is 25 (10.16% from 255 or 19.08% from 131); Blue value is 31 (12.5% from 255 or 23.66% from 131); Max value from RGB is 75 - color contains mainly: red. Hex color #4B191F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B191F is #B4E6E0. Grayscale: #282828. Windows color (decimal): -11855585 or 2038091. OLE color: 2038091.

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

Color convert

RGB752531-
CMYK00.670.590.71
HSL352.8º50%19.61%-
HSV(B)352.8º66.67%29.41%-
XYZ3.52.291.55-
YUV40.63122.56152.51-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 57.25%
GREEN value IS 25 (10.16% from 255) = 19.08%
BLUE value IS 31 (12.5% from 255) = 23.66%
R=57.25%
G=19.08%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.59
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75253100.670.590.71352.85019.61
Hex4B191F0433B471613214
Octal11331370103731075416224
Binary1001011110011111101000011111011100011110110000111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B191F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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