#4B1726

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

Shades of Bordeaux #4B1726

Tints of Bordeaux #4B1726

Color information

#4B1726 (or 0x4B1726) is unknown color: approx Bordeaux. HEX triplet: 4B, 17 and 26. RGB value is (75,23,38). Sum of RGB (Red+Green+Blue) = 75+23+38=136 (18% of max value = 765). Red value is 75 (29.69% from 255 or 55.15% from 136); Green value is 23 (9.38% from 255 or 16.91% from 136); Blue value is 38 (15.23% from 255 or 27.94% from 136); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1726 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B1726 is #B4E8D9. Grayscale: #282828. Windows color (decimal): -11856090 or 2496331. OLE color: 2496331.

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

Color convert

RGB752338-
CMYK00.690.490.71
HSL342.69º53.06%19.22%-
HSV(B)342.69º69.33%29.41%-
XYZ3.562.252.08-
YUV40.26126.73152.78-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 55.15%
GREEN value IS 23 (9.38% from 255) = 16.91%
BLUE value IS 38 (15.23% from 255) = 27.94%
R=55.15%
G=16.91%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.49
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75233800.690.490.71342.6953.0619.22
Hex4B172604531471573513
Octal11327460105611075276523
Binary10010111011110011001000101110001100011110101011111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,23,38); }

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

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

 a { background-color: rgb(75,23,38); }

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

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

 span { border-color: rgb(75,23,38); }

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