#4B1921

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

Shades of Bordeaux #4B1921

Tints of Bordeaux #4B1921

Color information

#4B1921 (or 0x4B1921) is unknown color: approx Bordeaux. HEX triplet: 4B, 19 and 21. RGB value is (75,25,33). Sum of RGB (Red+Green+Blue) = 75+25+33=133 (17% of max value = 765). Red value is 75 (29.69% from 255 or 56.39% from 133); Green value is 25 (10.16% from 255 or 18.80% from 133); Blue value is 33 (13.28% from 255 or 24.81% from 133); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1921 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B1921 is #B4E6DE. Grayscale: #282828. Windows color (decimal): -11855583 or 2169163. OLE color: 2169163.

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

Color convert

RGB752533-
CMYK00.670.560.71
HSL350.4º50%19.61%-
HSV(B)350.4º66.67%29.41%-
XYZ3.522.31.7-
YUV40.86123.56152.35-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 56.39%
GREEN value IS 25 (10.16% from 255) = 18.80%
BLUE value IS 33 (13.28% from 255) = 24.81%
R=56.39%
G=18.80%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.56
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75253300.670.560.71350.45019.61
Hex4B1921043384715e3214
Octal11331410103701075366224
Binary10010111100110000101000011111000100011110101111011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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