#4B1924

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

Shades of Bordeaux #4B1924

Tints of Bordeaux #4B1924

Color information

#4B1924 (or 0x4B1924) is unknown color: approx Bordeaux. HEX triplet: 4B, 19 and 24. RGB value is (75,25,36). Sum of RGB (Red+Green+Blue) = 75+25+36=136 (18% of max value = 765). Red value is 75 (29.69% from 255 or 55.15% from 136); Green value is 25 (10.16% from 255 or 18.38% from 136); Blue value is 36 (14.45% from 255 or 26.47% from 136); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1924 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B1924 is #B4E6DB. Grayscale: #292929. Windows color (decimal): -11855580 or 2365771. OLE color: 2365771.

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

Color convert

RGB752536-
CMYK00.670.520.71
HSL346.8º50%19.61%-
HSV(B)346.8º66.67%29.41%-
XYZ3.572.321.93-
YUV41.2125.06152.11-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 55.15%
GREEN value IS 25 (10.16% from 255) = 18.38%
BLUE value IS 36 (14.45% from 255) = 26.47%
R=55.15%
G=18.38%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.52
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75253600.670.520.71346.85019.61
Hex4B1924043344715b3214
Octal11331440103641075336224
Binary10010111100110010001000011110100100011110101101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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