#4B1326

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

Shades of Bordeaux #4B1326

Tints of Bordeaux #4B1326

Color information

#4B1326 (or 0x4B1326) is unknown color: approx Bordeaux. HEX triplet: 4B, 13 and 26. RGB value is (75,19,38). Sum of RGB (Red+Green+Blue) = 75+19+38=132 (17% of max value = 765). Red value is 75 (29.69% from 255 or 56.82% from 132); Green value is 19 (7.81% from 255 or 14.39% from 132); Blue value is 38 (15.23% from 255 or 28.79% from 132); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1326 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B1326 is #B4ECD9. Grayscale: #252525. Windows color (decimal): -11857114 or 2495307. OLE color: 2495307.

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

Color convert

RGB751938-
CMYK00.750.490.71
HSL339.64º59.57%18.43%-
HSV(B)339.64º74.67%29.41%-
XYZ3.482.12.06-
YUV37.91128.05154.46-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 56.82%
GREEN value IS 19 (7.81% from 255) = 14.39%
BLUE value IS 38 (15.23% from 255) = 28.79%
R=56.82%
G=14.39%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.49
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75193800.750.490.71339.6459.5718.43
Hex4B132604B31471543c12
Octal11323460113611075247422
Binary10010111001110011001001011110001100011110101010011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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