#4C0B1A

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

Shades of Bordeaux #4C0B1A

Tints of Bordeaux #4C0B1A

Color information

#4C0B1A (or 0x4C0B1A) is unknown color: approx Bordeaux. HEX triplet: 4C, 0B and 1A. RGB value is (76,11,26). Sum of RGB (Red+Green+Blue) = 76+11+26=113 (14% of max value = 765). Red value is 76 (30.08% from 255 or 67.26% from 113); Green value is 11 (4.69% from 255 or 9.73% from 113); Blue value is 26 (10.55% from 255 or 23.01% from 113); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0B1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0B1A is #B3F4E5. Grayscale: #202020. Windows color (decimal): -11793638 or 1706828. OLE color: 1706828.

HSL color Cylindrical-coordinate representation of color #4C0B1A: hue angle of 346.15º degrees, saturation: 0.75, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4C0B1A is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.70.

Color convert

RGB761126-
CMYK00.860.660.70
HSL346.15º74.71%17.06%-
HSV(B)346.15º85.53%29.8%-
XYZ3.291.851.16-
YUV32.15124.53159.28-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 67.26%
GREEN value IS 11 (4.69% from 255) = 9.73%
BLUE value IS 26 (10.55% from 255) = 23.01%
R=67.26%
G=9.73%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.66
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76112600.860.660.70346.1574.7117.06
Hex4CB1A056424615a4b11
Octal1141332012610210653211321
Binary10011001011110100101011010000101000110101011010100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C0B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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