#4B1721

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

Shades of Bordeaux #4B1721

Tints of Bordeaux #4B1721

Color information

#4B1721 (or 0x4B1721) is unknown color: approx Bordeaux. HEX triplet: 4B, 17 and 21. RGB value is (75,23,33). Sum of RGB (Red+Green+Blue) = 75+23+33=131 (17% of max value = 765). Red value is 75 (29.69% from 255 or 57.25% from 131); Green value is 23 (9.38% from 255 or 17.56% from 131); Blue value is 33 (13.28% from 255 or 25.19% from 131); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1721 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B1721 is #B4E8DE. Grayscale: #272727. Windows color (decimal): -11856095 or 2168651. OLE color: 2168651.

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

Color convert

RGB752333-
CMYK00.690.560.71
HSL348.46º53.06%19.22%-
HSV(B)348.46º69.33%29.41%-
XYZ3.482.221.68-
YUV39.69124.23153.19-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 57.25%
GREEN value IS 23 (9.38% from 255) = 17.56%
BLUE value IS 33 (13.28% from 255) = 25.19%
R=57.25%
G=17.56%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.56
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75233300.690.560.71348.4653.0619.22
Hex4B1721045384715c3513
Octal11327410105701075346523
Binary10010111011110000101000101111000100011110101110011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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