#4C011C

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

Shades of Bordeaux #4C011C

Tints of Bordeaux #4C011C

Color information

#4C011C (or 0x4C011C) is unknown color: approx Bordeaux. HEX triplet: 4C, 01 and 1C. RGB value is (76,1,28). Sum of RGB (Red+Green+Blue) = 76+1+28=105 (13% of max value = 765). Red value is 76 (30.08% from 255 or 72.38% from 105); Green value is 1 (0.78% from 255 or 0.95% from 105); Blue value is 28 (11.33% from 255 or 26.67% from 105); Max value from RGB is 76 - color contains mainly: red. Hex color #4C011C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C011C is #B3FEE3. Grayscale: #1A1A1A. Windows color (decimal): -11796196 or 1835340. OLE color: 1835340.

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

Color convert

RGB76128-
CMYK00.990.630.70
HSL338.4º97.4%15.1%-
HSV(B)338.4º98.68%29.8%-
XYZ3.21.641.25-
YUV26.5128.85163.3-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 72.38%
GREEN value IS 1 (0.78% from 255) = 0.95%
BLUE value IS 28 (11.33% from 255) = 26.67%
R=72.38%
G=0.95%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.63
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7612800.990.630.70338.497.415.1
Hex4C11C0633F4615261f
Octal11413401437710652214117
Binary100110011110001100011111111100011010101001011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C011C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,1,28); }

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

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

 a { background-color: rgb(76,1,28); }

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

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

 span { border-color: rgb(76,1,28); }

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