#4C001A

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

Shades of Bordeaux #4C001A

Tints of Bordeaux #4C001A

Color information

#4C001A (or 0x4C001A) is unknown color: approx Bordeaux. HEX triplet: 4C, 00 and 1A. RGB value is (76,0,26). Sum of RGB (Red+Green+Blue) = 76+0+26=102 (13% of max value = 765). Red value is 76 (30.08% from 255 or 74.51% from 102); Green value is 0 (0.39% from 255 or 0% from 102); Blue value is 26 (10.55% from 255 or 25.49% from 102); Max value from RGB is 76 - color contains mainly: red. Hex color #4C001A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C001A is #B3FFE5. Grayscale: #191919. Windows color (decimal): -11796454 or 1704012. OLE color: 1704012.

HSL color Cylindrical-coordinate representation of color #4C001A: hue angle of 339.47º 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 #4C001A is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.70.

Color convert

RGB76026-
CMYK010.660.70
HSL339.47º100%14.9%-
HSV(B)339.47º100%29.8%-
XYZ3.171.611.12-
YUV25.69128.18163.89-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 74.51%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 26 (10.55% from 255) = 25.49%
R=74.51%
G=0%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.66
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76026010.660.70339.4710014.9
Hex4C01A064424615364f
Octal114032014410210652314417
Binary1001100011010011001001000010100011010101001111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C001A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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