#4C001B

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

Shades of Bordeaux #4C001B

Tints of Bordeaux #4C001B

Color information

#4C001B (or 0x4C001B) is unknown color: approx Bordeaux. HEX triplet: 4C, 00 and 1B. RGB value is (76,0,27). Sum of RGB (Red+Green+Blue) = 76+0+27=103 (13% of max value = 765). Red value is 76 (30.08% from 255 or 73.79% from 103); Green value is 0 (0.39% from 255 or 0% from 103); Blue value is 27 (10.94% from 255 or 26.21% from 103); Max value from RGB is 76 - color contains mainly: red. Hex color #4C001B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C001B is #B3FFE4. Grayscale: #191919. Windows color (decimal): -11796453 or 1769548. OLE color: 1769548.

HSL color Cylindrical-coordinate representation of color #4C001B: hue angle of 338.68º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4C001B is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.70.

Color convert

RGB76027-
CMYK010.640.70
HSL338.68º100%14.9%-
HSV(B)338.68º100%29.8%-
XYZ3.181.621.18-
YUV25.8128.68163.8-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 73.79%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 27 (10.94% from 255) = 26.21%
R=73.79%
G=0%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.64
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76027010.640.70338.6810014.9
Hex4C01B064404615364f
Octal114033014410010652314417
Binary1001100011011011001001000000100011010101001111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C001B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,0,27); }

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

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

 a { background-color: rgb(76,0,27); }

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

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

 span { border-color: rgb(76,0,27); }

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