#4C1322

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

Shades of Bordeaux #4C1322

Tints of Bordeaux #4C1322

Color information

#4C1322 (or 0x4C1322) is unknown color: approx Bordeaux. HEX triplet: 4C, 13 and 22. RGB value is (76,19,34). Sum of RGB (Red+Green+Blue) = 76+19+34=129 (17% of max value = 765). Red value is 76 (30.08% from 255 or 58.91% from 129); Green value is 19 (7.81% from 255 or 14.73% from 129); Blue value is 34 (13.67% from 255 or 26.36% from 129); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1322 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C1322 is #B3ECDD. Grayscale: #252525. Windows color (decimal): -11791582 or 2233164. OLE color: 2233164.

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

Color convert

RGB761934-
CMYK00.750.550.70
HSL344.21º60%18.63%-
HSV(B)344.21º75%29.8%-
XYZ3.52.121.74-
YUV37.75125.88155.28-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 58.91%
GREEN value IS 19 (7.81% from 255) = 14.73%
BLUE value IS 34 (13.67% from 255) = 26.36%
R=58.91%
G=14.73%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.55
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76193400.750.550.70344.216018.63
Hex4C132204B37461583c13
Octal11423420113671065307423
Binary10011001001110001001001011110111100011010101100011110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,19,34); }

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

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

 a { background-color: rgb(76,19,34); }

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

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

 span { border-color: rgb(76,19,34); }

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