#4B0319

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

Shades of Bordeaux #4B0319

Tints of Bordeaux #4B0319

Color information

#4B0319 (or 0x4B0319) is unknown color: approx Bordeaux. HEX triplet: 4B, 03 and 19. RGB value is (75,3,25). Sum of RGB (Red+Green+Blue) = 75+3+25=103 (13% of max value = 765). Red value is 75 (29.69% from 255 or 72.82% from 103); Green value is 3 (1.56% from 255 or 2.91% from 103); Blue value is 25 (10.16% from 255 or 24.27% from 103); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0319 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B0319 is #B4FCE6. Grayscale: #1B1B1B. Windows color (decimal): -11861223 or 1639243. OLE color: 1639243.

HSL color Cylindrical-coordinate representation of color #4B0319: hue angle of 341.67º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4B0319 is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.71.

Color convert

RGB75325-
CMYK00.960.670.71
HSL341.67º92.31%15.29%-
HSV(B)341.67º96%29.41%-
XYZ3.111.631.07-
YUV27.04126.85162.21-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 72.82%
GREEN value IS 3 (1.56% from 255) = 2.91%
BLUE value IS 25 (10.16% from 255) = 24.27%
R=72.82%
G=2.91%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.67
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7532500.960.670.71341.6792.3115.29
Hex4B31906043471565cf
Octal113331014010310752613417
Binary10010111111001011000001000011100011110101011010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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