#4C0619

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

Shades of Bordeaux #4C0619

Tints of Bordeaux #4C0619

Color information

#4C0619 (or 0x4C0619) is unknown color: approx Bordeaux. HEX triplet: 4C, 06 and 19. RGB value is (76,6,25). Sum of RGB (Red+Green+Blue) = 76+6+25=107 (14% of max value = 765). Red value is 76 (30.08% from 255 or 71.03% from 107); Green value is 6 (2.73% from 255 or 5.61% from 107); Blue value is 25 (10.16% from 255 or 23.36% from 107); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0619 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C0619 is #B3F9E6. Grayscale: #1D1D1D. Windows color (decimal): -11794919 or 1640012. OLE color: 1640012.

HSL color Cylindrical-coordinate representation of color #4C0619: hue angle of 343.71º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4C0619 is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.70.

Color convert

RGB76625-
CMYK00.920.670.70
HSL343.71º85.37%16.08%-
HSV(B)343.71º92.11%29.8%-
XYZ3.221.741.09-
YUV29.1125.69161.46-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 71.03%
GREEN value IS 6 (2.73% from 255) = 5.61%
BLUE value IS 25 (10.16% from 255) = 23.36%
R=71.03%
G=5.61%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.67
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7662500.920.670.70343.7185.3716.08
Hex4C61905C43461585510
Octal114631013410310653012520
Binary1001100110110010101110010000111000110101011000101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C0619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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