#4B0614

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

Shades of Bordeaux #4B0614

Tints of Bordeaux #4B0614

Color information

#4B0614 (or 0x4B0614) is unknown color: approx Bordeaux. HEX triplet: 4B, 06 and 14. RGB value is (75,6,20). Sum of RGB (Red+Green+Blue) = 75+6+20=101 (13% of max value = 765). Red value is 75 (29.69% from 255 or 74.26% from 101); Green value is 6 (2.73% from 255 or 5.94% from 101); Blue value is 20 (8.20% from 255 or 19.80% from 101); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0614 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B0614 is #B4F9EB. Grayscale: #1C1C1C. Windows color (decimal): -11860460 or 1312331. OLE color: 1312331.

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

Color convert

RGB75620-
CMYK00.920.730.71
HSL347.83º85.19%15.88%-
HSV(B)347.83º92%29.41%-
XYZ3.091.680.82-
YUV28.23123.36161.36-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 74.26%
GREEN value IS 6 (2.73% from 255) = 5.94%
BLUE value IS 20 (8.20% from 255) = 19.80%
R=74.26%
G=5.94%
B=19.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.73
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7562000.920.730.71347.8385.1915.88
Hex4B61405C494715c5510
Octal113624013411110753412520
Binary1001011110101000101110010010011000111101011100101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,6,20); }

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

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

 a { background-color: rgb(75,6,20); }

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

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

 span { border-color: rgb(75,6,20); }

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