#4B1A24

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

Shades of Bordeaux #4B1A24

Tints of Bordeaux #4B1A24

Color information

#4B1A24 (or 0x4B1A24) is unknown color: approx Bordeaux. HEX triplet: 4B, 1A and 24. RGB value is (75,26,36). Sum of RGB (Red+Green+Blue) = 75+26+36=137 (18% of max value = 765). Red value is 75 (29.69% from 255 or 54.74% from 137); Green value is 26 (10.55% from 255 or 18.98% from 137); Blue value is 36 (14.45% from 255 or 26.28% from 137); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1A24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B1A24 is #B4E5DB. Grayscale: #292929. Windows color (decimal): -11855324 or 2366027. OLE color: 2366027.

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

Color convert

RGB752636-
CMYK00.650.520.71
HSL347.76º48.51%19.8%-
HSV(B)347.76º65.33%29.41%-
XYZ3.592.361.94-
YUV41.79124.73151.69-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 54.74%
GREEN value IS 26 (10.55% from 255) = 18.98%
BLUE value IS 36 (14.45% from 255) = 26.28%
R=54.74%
G=18.98%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.52
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75263600.650.520.71347.7648.5119.8
Hex4B1A24041344715c3114
Octal11332440101641075346124
Binary10010111101010010001000001110100100011110101110011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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