#4B1319

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

Shades of Bordeaux #4B1319

Tints of Bordeaux #4B1319

Color information

#4B1319 (or 0x4B1319) is unknown color: approx Bordeaux. HEX triplet: 4B, 13 and 19. RGB value is (75,19,25). Sum of RGB (Red+Green+Blue) = 75+19+25=119 (15% of max value = 765). Red value is 75 (29.69% from 255 or 63.03% from 119); Green value is 19 (7.81% from 255 or 15.97% from 119); Blue value is 25 (10.16% from 255 or 21.01% from 119); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1319 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B1319 is #B4ECE6. Grayscale: #242424. Windows color (decimal): -11857127 or 1643339. OLE color: 1643339.

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

Color convert

RGB751925-
CMYK00.750.670.71
HSL353.57º59.57%18.43%-
HSV(B)353.57º74.67%29.41%-
XYZ3.312.031.14-
YUV36.43121.55155.51-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 63.03%
GREEN value IS 19 (7.81% from 255) = 15.97%
BLUE value IS 25 (10.16% from 255) = 21.01%
R=63.03%
G=15.97%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.67
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75192500.750.670.71353.5759.5718.43
Hex4B131904B43471623c12
Octal113233101131031075427422
Binary10010111001111001010010111000011100011110110001011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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