#4B0A19

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

Shades of Bordeaux #4B0A19

Tints of Bordeaux #4B0A19

Color information

#4B0A19 (or 0x4B0A19) is unknown color: approx Bordeaux. HEX triplet: 4B, 0A and 19. RGB value is (75,10,25). Sum of RGB (Red+Green+Blue) = 75+10+25=110 (14% of max value = 765). Red value is 75 (29.69% from 255 or 68.18% from 110); Green value is 10 (4.30% from 255 or 9.09% from 110); Blue value is 25 (10.16% from 255 or 22.73% from 110); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0A19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B0A19 is #B4F5E6. Grayscale: #1F1F1F. Windows color (decimal): -11859431 or 1641035. OLE color: 1641035.

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

Color convert

RGB751025-
CMYK00.870.670.71
HSL346.15º76.47%16.67%-
HSV(B)346.15º86.67%29.41%-
XYZ3.191.781.1-
YUV31.15124.53159.28-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 68.18%
GREEN value IS 10 (4.30% from 255) = 9.09%
BLUE value IS 25 (10.16% from 255) = 22.73%
R=68.18%
G=9.09%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.67
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75102500.870.670.71346.1576.4716.67
Hex4BA19057434715a4c11
Octal1131231012710310753211421
Binary10010111010110010101011110000111000111101011010100110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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