#4C091A

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

Shades of Bordeaux #4C091A

Tints of Bordeaux #4C091A

Color information

#4C091A (or 0x4C091A) is unknown color: approx Bordeaux. HEX triplet: 4C, 09 and 1A. RGB value is (76,9,26). Sum of RGB (Red+Green+Blue) = 76+9+26=111 (14% of max value = 765). Red value is 76 (30.08% from 255 or 68.47% from 111); Green value is 9 (3.91% from 255 or 8.11% from 111); Blue value is 26 (10.55% from 255 or 23.42% from 111); Max value from RGB is 76 - color contains mainly: red. Hex color #4C091A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C091A is #B3F6E5. Grayscale: #1E1E1E. Windows color (decimal): -11794150 or 1706316. OLE color: 1706316.

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

Color convert

RGB76926-
CMYK00.880.660.70
HSL344.78º78.82%16.67%-
HSV(B)344.78º88.16%29.8%-
XYZ3.261.811.15-
YUV30.97125.2160.12-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 68.47%
GREEN value IS 9 (3.91% from 255) = 8.11%
BLUE value IS 26 (10.55% from 255) = 23.42%
R=68.47%
G=8.11%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.66
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7692600.880.660.70344.7878.8216.67
Hex4C91A05842461594f11
Octal1141132013010210653111721
Binary10011001001110100101100010000101000110101011001100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C091A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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