#4B161E

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

Shades of Bordeaux #4B161E

Tints of Bordeaux #4B161E

Color information

#4B161E (or 0x4B161E) is unknown color: approx Bordeaux. HEX triplet: 4B, 16 and 1E. RGB value is (75,22,30). Sum of RGB (Red+Green+Blue) = 75+22+30=127 (16% of max value = 765). Red value is 75 (29.69% from 255 or 59.06% from 127); Green value is 22 (8.98% from 255 or 17.32% from 127); Blue value is 30 (12.11% from 255 or 23.62% from 127); Max value from RGB is 75 - color contains mainly: red. Hex color #4B161E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B161E is #B4E9E1. Grayscale: #262626. Windows color (decimal): -11856354 or 1971787. OLE color: 1971787.

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

Color convert

RGB752230-
CMYK00.710.600.71
HSL350.94º54.64%19.02%-
HSV(B)350.94º70.67%29.41%-
XYZ3.422.161.47-
YUV38.76123.06153.85-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 59.06%
GREEN value IS 22 (8.98% from 255) = 17.32%
BLUE value IS 30 (12.11% from 255) = 23.62%
R=59.06%
G=17.32%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.60
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75223000.710.600.71350.9454.6419.02
Hex4B161E0473C4715f3713
Octal11326360107741075376723
Binary1001011101101111001000111111100100011110101111111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B161E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,22,30); }

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

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

 a { background-color: rgb(75,22,30); }

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

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

 span { border-color: rgb(75,22,30); }

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