#4C0919

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

Shades of Bordeaux #4C0919

Tints of Bordeaux #4C0919

Color information

#4C0919 (or 0x4C0919) is unknown color: approx Bordeaux. HEX triplet: 4C, 09 and 19. RGB value is (76,9,25). Sum of RGB (Red+Green+Blue) = 76+9+25=110 (14% of max value = 765). Red value is 76 (30.08% from 255 or 69.09% from 110); Green value is 9 (3.91% from 255 or 8.18% from 110); Blue value is 25 (10.16% from 255 or 22.73% from 110); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0919 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C0919 is #B3F6E6. Grayscale: #1E1E1E. Windows color (decimal): -11794151 or 1640780. OLE color: 1640780.

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

Color convert

RGB76925-
CMYK00.880.670.70
HSL345.67º78.82%16.67%-
HSV(B)345.67º88.16%29.8%-
XYZ3.251.81.1-
YUV30.86124.7160.2-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 69.09%
GREEN value IS 9 (3.91% from 255) = 8.18%
BLUE value IS 25 (10.16% from 255) = 22.73%
R=69.09%
G=8.18%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.67
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7692500.880.670.70345.6778.8216.67
Hex4C919058434615a4f11
Octal1141131013010310653211721
Binary10011001001110010101100010000111000110101011010100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C0919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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