#4B181F

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

Shades of Bordeaux #4B181F

Tints of Bordeaux #4B181F

Color information

#4B181F (or 0x4B181F) is unknown color: approx Bordeaux. HEX triplet: 4B, 18 and 1F. RGB value is (75,24,31). Sum of RGB (Red+Green+Blue) = 75+24+31=130 (17% of max value = 765). Red value is 75 (29.69% from 255 or 57.69% from 130); Green value is 24 (9.77% from 255 or 18.46% from 130); Blue value is 31 (12.5% from 255 or 23.85% from 130); Max value from RGB is 75 - color contains mainly: red. Hex color #4B181F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B181F is #B4E7E0. Grayscale: #282828. Windows color (decimal): -11855841 or 2037835. OLE color: 2037835.

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

Color convert

RGB752431-
CMYK00.680.590.71
HSL351.76º51.52%19.41%-
HSV(B)351.76º68%29.41%-
XYZ3.482.251.55-
YUV40.05122.9152.93-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 57.69%
GREEN value IS 24 (9.77% from 255) = 18.46%
BLUE value IS 31 (12.5% from 255) = 23.85%
R=57.69%
G=18.46%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.59
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75243100.680.590.71351.7651.5219.41
Hex4B181F0443B471603413
Octal11330370104731075406423
Binary1001011110001111101000100111011100011110110000011010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B181F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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