#4B1424

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

Shades of Bordeaux #4B1424

Tints of Bordeaux #4B1424

Color information

#4B1424 (or 0x4B1424) is unknown color: approx Bordeaux. HEX triplet: 4B, 14 and 24. RGB value is (75,20,36). Sum of RGB (Red+Green+Blue) = 75+20+36=131 (17% of max value = 765). Red value is 75 (29.69% from 255 or 57.25% from 131); Green value is 20 (8.20% from 255 or 15.27% from 131); Blue value is 36 (14.45% from 255 or 27.48% from 131); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1424 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B1424 is #B4EBDB. Grayscale: #262626. Windows color (decimal): -11856860 or 2364491. OLE color: 2364491.

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

Color convert

RGB752036-
CMYK00.730.520.71
HSL342.55º57.89%18.63%-
HSV(B)342.55º73.33%29.41%-
XYZ3.472.121.9-
YUV38.27126.72154.2-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 57.25%
GREEN value IS 20 (8.20% from 255) = 15.27%
BLUE value IS 36 (14.45% from 255) = 27.48%
R=57.25%
G=15.27%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.52
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75203600.730.520.71342.5557.8918.63
Hex4B142404934471573a13
Octal11324440111641075277223
Binary10010111010010010001001001110100100011110101011111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,20,36); }

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

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

 a { background-color: rgb(75,20,36); }

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

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

 span { border-color: rgb(75,20,36); }

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