#4B1826

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

Shades of Bordeaux #4B1826

Tints of Bordeaux #4B1826

Color information

#4B1826 (or 0x4B1826) is unknown color: approx Bordeaux. HEX triplet: 4B, 18 and 26. RGB value is (75,24,38). Sum of RGB (Red+Green+Blue) = 75+24+38=137 (18% of max value = 765). Red value is 75 (29.69% from 255 or 54.74% from 137); Green value is 24 (9.77% from 255 or 17.52% from 137); Blue value is 38 (15.23% from 255 or 27.74% from 137); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1826 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B1826 is #B4E7D9. Grayscale: #282828. Windows color (decimal): -11855834 or 2496587. OLE color: 2496587.

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

Color convert

RGB752438-
CMYK00.680.490.71
HSL343.53º51.52%19.41%-
HSV(B)343.53º68%29.41%-
XYZ3.582.292.09-
YUV40.84126.4152.36-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 54.74%
GREEN value IS 24 (9.77% from 255) = 17.52%
BLUE value IS 38 (15.23% from 255) = 27.74%
R=54.74%
G=17.52%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.49
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75243800.680.490.71343.5351.5219.41
Hex4B182604431471583413
Octal11330460104611075306423
Binary10010111100010011001000100110001100011110101100011010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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