#4B1318

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

Shades of Bordeaux #4B1318

Tints of Bordeaux #4B1318

Color information

#4B1318 (or 0x4B1318) is unknown color: approx Bordeaux. HEX triplet: 4B, 13 and 18. RGB value is (75,19,24). Sum of RGB (Red+Green+Blue) = 75+19+24=118 (15% of max value = 765). Red value is 75 (29.69% from 255 or 63.56% from 118); Green value is 19 (7.81% from 255 or 16.10% from 118); Blue value is 24 (9.77% from 255 or 20.34% from 118); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1318 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B1318 is #B4ECE7. Grayscale: #242424. Windows color (decimal): -11857128 or 1577803. OLE color: 1577803.

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

Color convert

RGB751924-
CMYK00.750.680.71
HSL354.64º59.57%18.43%-
HSV(B)354.64º74.67%29.41%-
XYZ3.32.031.08-
YUV36.31121.05155.59-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 63.56%
GREEN value IS 19 (7.81% from 255) = 16.10%
BLUE value IS 24 (9.77% from 255) = 20.34%
R=63.56%
G=16.10%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.68
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75192400.750.680.71354.6459.5718.43
Hex4B131804B44471633c12
Octal113233001131041075437422
Binary10010111001111000010010111000100100011110110001111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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